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
User is unable to create event due to faulty and old implementation of createEvent mutation. The support for recurrance field was removed from API in PalisadoesFoundation/talawa-api#2107 and there are issuein recurrenceRule used on Talawa Mobile.
GraphQLError(message: Variable "$recurrenceRuleData" got invalid value "TU" at "recurrenceRuleData.weekDays[0]"; Value "TU" does not exist in "WeekDays" enum., locations: null, path: null, extensions: null)
Field "recurrance" is not defined by type "EventInput".
To Reproduce
Steps to reproduce the behavior:
Login to a organization.
Open Events tab
Click on Create Event Button
Fill the details and try to create new event
Error Dialog is shown on the screen.
Expected behavior
On click of create event button, the Event should be created successfully if all details are filled and valid.
Actual behavior
On click of create event button, A Error Dialog is shown.
Screenshots
createEvent.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:
@GlenDsza There have been some modifications in the implementation of recurring events: PalisadoesFoundation/talawa-api#2234 (The existing code needed some improvements). Please adjust the code according to that😄
GlenDsza
changed the title
Error in Event Creation due to Faulty mutation
Error in Event Creation & Fetch due to Faulty mutation
Apr 20, 2024
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.
Describe the bug
User is unable to create event due to faulty and old implementation of
createEvent
mutation. The support for recurrance field was removed from API in PalisadoesFoundation/talawa-api#2107 and there are issuein recurrenceRule used on Talawa Mobile.Update mutation as per latest PalisadoesFoundation/talawa-api#2234
Errors in console:
GraphQLError(message: Variable "$recurrenceRuleData" got invalid value "TU" at "recurrenceRuleData.weekDays[0]"; Value "TU" does not exist in "WeekDays" enum., locations: null, path: null, extensions: null)
Field "recurrance" is not defined by type "EventInput"
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
On click of create event button, the Event should be created successfully if all details are filled and valid.
Actual behavior
On click of create event button, A Error Dialog is shown.
Screenshots
createEvent.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: