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
There is a lack of logical validation in the date selection inputs in Registration in Splash Programs. Currently, the system allows a user to select and save an End Date that chronologically occurs before the Start Date.
Steps to Reproduce
Navigate to the ESP manage/Splash/2007/deadlines page.
Select a Start Date (e.g., 4/20/2026).
Select an End Date that is earlier than the Start Date (e.g., 04/01/2026).
Click "Save" or "Submit."
Expected Behavior
The system should trigger a validation error (e.g., "End Date cannot be earlier than Start Date") and prevent the form from being submitted or saved to the database.
Actual Behavior
The system accepts the input and successfully saves the invalid date range without any warnings or errors.
Screenshots
20260420-1312-12.0695370.mp4
Operating System
No response
Browser
No response
Contribution Intent
@willgearty I would like to collaborate with a maintainer or another contributor to fix this.
Description
There is a lack of logical validation in the date selection inputs in Registration in Splash Programs. Currently, the system allows a user to select and save an End Date that chronologically occurs before the Start Date.
Steps to Reproduce
4/20/2026).04/01/2026).Expected Behavior
The system should trigger a validation error (e.g., "End Date cannot be earlier than Start Date") and prevent the form from being submitted or saved to the database.
Actual Behavior
The system accepts the input and successfully saves the invalid date range without any warnings or errors.
Screenshots
20260420-1312-12.0695370.mp4
Operating System
No response
Browser
No response
Contribution Intent
@willgearty I would like to collaborate with a maintainer or another contributor to fix this.