forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 3
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
CCX: Conflicting start and end dates do not show an error #39
Labels
Milestone
Comments
@amir-qayyum-khan I've verified https://github.com/edx/edx-platform/issues/10538 and it addresses this issue in the sidebar. But I think it still exists in the main schedule tree. Steps to reproduce:
Expected behavior: An error message, like "Due date cannot be before start date.' Actual behavior: Date is accepted and can also be saved. Work on this should probably wait for the schedule.js refactor, #146 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on sandbox2o.
I noticed that conflicting start and end dates do not provide an error message and can go unnoticed. Changes can be saved as well. I'm not sure if an error message is desired. I provided two examples of conflicting dates below.
When a course is scheduled in studio, conflicting dates will produce an error message and changes cannot be saved.
![screen shot 2015-08-05 at 10 27 41 am](https://cloud.githubusercontent.com/assets/8117756/9088157/ae4380aa-3b5c-11e5-8491-721eefc2d664.png)
![screen shot 2015-08-05 at 10 29 22 am](https://cloud.githubusercontent.com/assets/8117756/9088225/e97d2324-3b5c-11e5-9a9a-5db1653d5786.png)
However, individual subsections can be scheduled with conflicting dates and changes can be saved.
![screen shot 2015-08-05 at 10 38 24 am](https://cloud.githubusercontent.com/assets/8117756/9088532/7a7a9586-3b5e-11e5-9177-bb9e8d753f28.png)
The text was updated successfully, but these errors were encountered: