-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix end time date display for scheduling #1158
base: main
Are you sure you want to change the base?
Conversation
Fixes display behaviour for the end time date display on the scheduling pages to go back to how it was before. Namely the end time date is now again displayed in the same row as the end time, and is only actually displayed if the end time is "before" the start time (at which the ui assumes that the end time has to be on the next day).
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This pull request has conflicts ☹ |
This pull request is deployed at test.admin-interface.opencast.org/1158/2025-03-20_13-42-58/ . |
This pull request has conflicts ☹ |
Fixes display behaviour for the end time date display on the scheduling pages to go back to how it was before.
Namely the end time date is now again displayed in the same row as the end time, and is only actually displayed if the end time is "before" the start time (at which the ui assumes that the end time has to be on the next day).
How to test this
Can be tested as usual. Should only affect the scheduling pages in the create new event modal and event details modal.