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
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:
Login to a organisation.
Open Events tab.
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
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
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:
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
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: