You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The registerForEvent mutation being used for register functionality was updated in Talawa API in PalisadoesFoundation/talawa-api#1644 . Before update registerForEvent returned Event object, after update it returns EventAttendee object. Due to older implementation of registerForEvent the mutation fails.
To Reproduce
Steps to reproduce the behavior:
Login in a organiszation.
Open Events Tab
Open a specific event (where you've not already registered)
Click on register.
Error is displayed as No mutation occurs.
Expected behavior
On click of register button, user should be registered for the event.
Actual behavior
On click of register button, error is displayed due to failing mutation.
Screenshots
registerEvent.mp4
Additional details
Part (pre-requisite) for Event Parity project
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359
The text was updated successfully, but these errors were encountered:
Describe the bug
The
registerForEvent
mutation being used for register functionality was updated in Talawa API in PalisadoesFoundation/talawa-api#1644 . Before updateregisterForEvent
returnedEvent
object, after update it returnsEventAttendee
object. Due to older implementation ofregisterForEvent
the mutation fails.To Reproduce
Steps to reproduce the behavior:
Expected behavior
On click of register button, user should be registered for the event.
Actual behavior
On click of register button, error is displayed due to failing mutation.
Screenshots
registerEvent.mp4
Additional details
Part (pre-requisite) for Event Parity project
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359
The text was updated successfully, but these errors were encountered: