Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Event Registration due Faulty mutation #2467

Closed
GlenDsza opened this issue Apr 12, 2024 · 1 comment · Fixed by #2469
Closed

Error in Event Registration due Faulty mutation #2467

GlenDsza opened this issue Apr 12, 2024 · 1 comment · Fixed by #2469
Assignees
Labels
bug Something isn't working

Comments

@GlenDsza
Copy link

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:

  1. Login in a organiszation.
  2. Open Events Tab
  3. Open a specific event (where you've not already registered)
  4. Click on register.
  5. 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

@GlenDsza GlenDsza added the bug Something isn't working label Apr 12, 2024
@GlenDsza
Copy link
Author

GlenDsza commented Apr 12, 2024

Would like to work on this issue

@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Apr 12, 2024
@GlenDsza GlenDsza changed the title Error in Register for Event due Faulty mutation Error in Event Registration due Faulty mutation Apr 12, 2024
@Cioppolo14 Cioppolo14 removed the unapproved Unapproved, needs to be triaged label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants