-
Notifications
You must be signed in to change notification settings - Fork 36
Fix group cancel button #1204
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 group cancel button #1204
Conversation
Hi @priya-tik |
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/1204/2025-05-17_06-36-28/ . |
@Arnei Please add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cancel button works now. :) I didn't do a code review!
This pull request has conflicts ☹ |
Apart from this having conflicts, it's very confusing that you created multiple pull requests all with the same code. |
This pull request has conflicts ☹ |
…tton fix: reset dependencies to upstream
Seems so, closing this. Still, thanks for working on this priya-tik! |
This PR adds missing cancel functionality to the Group Details wizard modal. Previously, the cancel button was non-functional due to the absence of a callback handler. This update ensures a smooth user experience by allowing users to exit the modal properly.