BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Error saving single events when start date is not specified #1336

Closed ojmakinde closed 2 months ago

ojmakinde commented 2 months ago

When creating an event, if the start date is not specified and the 'Save' button is clicked, the browser attempts to save the event and raises an error. Ideally, a validation checker should catch that error and prevent a save.

This behavior was likely introduced with the development of Multiple Events.

Images below: Before saving:

After saving:

ojmakinde commented 2 months ago

Error saving single events when start date is not specified

hoerstl commented 2 months ago

Issue fixed in branch 1306-Multiple-Offering-Duplicate-Entries