-
Notifications
You must be signed in to change notification settings - Fork 23
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
Clear modal notifs when opening modal #1051
base: main
Are you sure you want to change the base?
Conversation
Notifications were not being rendered in the metadata tab of the event details, especially the "Active Workflow"-notification. This patch fixes that. This patch also fixes: - The "Active Workflow"-notification being rendered multiple times. - The "Active Workflow"-notification being rendered even when there is no active workflow anymore.
When opening a modal, modal notifications were not properly cleared. This would lead to notifications being displayed in the wrong modals, i.e. "This event cannot be edited due to an active workflow" would appear on a create series modal. This patch should fix that.
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 is deployed at test.admin-interface.opencast.org/1051/2025-01-23_15-57-22/ . |
This pull request has conflicts ☹ |
This pull request has conflicts ☹ |
This pull request has conflicts ☹ |
When opening a modal, modal notifications were not properly cleared. This would lead to notifications being displayed in the wrong modals, i.e. "This event cannot be edited due to an active workflow" would appear on a create series modal. This patch should fix that.
Includes #1021.
How to test this
Can be tested as usual. Trigger a warning in one modal and check if it appears in different modals.