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 an issue where the end date can be set to a date earlier than the start date. This should not be allowed, as it leads to logical inconsistencies in date selection.
Steps to Reproduce:
1]Go to the date selection feature.
2]Select a start date.
3]Select an end date that is earlier than the start date.
Expected Behavior:
The system should prevent the end date from being set to a date earlier than the start date, possibly with an error message or by disabling the invalid dates.
Actual Behavior:
The system allows the end date to be set earlier than the start date without any warning or error.
The text was updated successfully, but these errors were encountered:
There is an issue where the end date can be set to a date earlier than the start date. This should not be allowed, as it leads to logical inconsistencies in date selection.
Steps to Reproduce:
1]Go to the date selection feature.
2]Select a start date.
3]Select an end date that is earlier than the start date.
Expected Behavior:
The system should prevent the end date from being set to a date earlier than the start date, possibly with an error message or by disabling the invalid dates.
Actual Behavior:
The system allows the end date to be set earlier than the start date without any warning or error.
The text was updated successfully, but these errors were encountered: