-
Notifications
You must be signed in to change notification settings - Fork 111
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 500 uncaught by front-end form validation: "lastEventStart" must be [ref:firstEventStart] #329
Comments
Different start and end dates could be valid For example the Together stand-up is scheduled for 11:30 PM UTC until 12:30 AM UTC. So currently a user in a UTC+0 timezone could not create that event (without adjusting their system timezone) |
Good catch, thanks. |
(See #331)
Describe the bug
When the date is set to not be recurring, the server expects the start date and the end date to be identical. On the frontend, however, users can still input different start date and end date while it is set to recurring, returning a 500 error from the server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be a message on the front-end that warns the user when they try to input different start and end dates when the "recurring" checkbox is set to "not recurring", and the user should not be able to advance the form to the next stage until they resolve the error.
Which Branch should this fix be Pulled into?
PR into development
If you're interested in working on this issue, please refer to #331
The text was updated successfully, but these errors were encountered: