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
When submitting an event, it will fail during validation because of a missing image if you happen to place that field in focus (clicking on the text field or tabbing through it). If you never focus on that field, it's happy to accept an event with no image.
Firefox 57, 64-bit, Windows
The text was updated successfully, but these errors were encountered:
Also add Datetime picker to start and end date
Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters
Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.
Fixes#159Fixes#148Fixes#130Closes#160Fixes#161
Also add Datetime picker to start and end date
Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters
Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.
Fixes#159Fixes#148Fixes#130Closes#160Fixes#161
Also add Datetime picker to start and end date
Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters
Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.
Fixes#159Fixes#148Fixes#130Closes#160Fixes#161
When submitting an event, it will fail during validation because of a missing image if you happen to place that field in focus (clicking on the text field or tabbing through it). If you never focus on that field, it's happy to accept an event with no image.
Firefox 57, 64-bit, Windows
The text was updated successfully, but these errors were encountered: