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

Events not rendering due older implementation of fetchOrgEvents query #2461

Closed
GlenDsza opened this issue Apr 9, 2024 · 1 comment · Fixed by #2462
Closed

Events not rendering due older implementation of fetchOrgEvents query #2461

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

Comments

@GlenDsza
Copy link

GlenDsza commented Apr 9, 2024

Describe the bug

fetchOrgEvents query being used in app is still on older implementation which requires recurrance field. The reccurance field support was removed from Talawa API in PalisadoesFoundation/talawa-api#2107

To Reproduce
Steps to reproduce the behavior:

  1. Login to a organisation.
  2. Open Events tab.
  3. No events are rendered due to failing query.

Expected behavior
The fetchOrgEvents query must return events as a result, all the events of organization must be rendered.

Actual behavior
The fetchOrgEvents query fails, as a result no events are rendered.

Screenshots

eventNotRendered

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 9, 2024
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Apr 9, 2024
@GlenDsza
Copy link
Author

GlenDsza commented Apr 9, 2024

I would like to work on this issue

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