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
The user interface should prompt user if you change workflow parameters and leave without saving.
It does that in several other places and I would expect the interface to behave similar here.
The text was updated successfully, but these errors were encountered:
Adds a confirmation modal that warns about unsaved changes
to the following tabs of the event details:
Metadata,
Extended Metadata,
Scheduling (for scheduled events),
Workflows (for scheduled events).
Thereby this fixesopencast#982.
Includes opencast#1046, because I was expecting this to be tightly related to
modals and did not want to write it twice. The general coding
approach would be the same though.
Speaking of approach, I would like feedback on if this makes
for a good approach, or if there are better alternatives I've
missed. If people agree with this approach it could then be
extended to other modals (e.g. series) as well.
The user interface should prompt user if you change workflow parameters and leave without saving.
It does that in several other places and I would expect the interface to behave similar here.
The text was updated successfully, but these errors were encountered: