-
Notifications
You must be signed in to change notification settings - Fork 35
Fix ACL role dropdown width #1370
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
Conversation
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. |
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.
Event and series details dialog works now as expected. But new event and new series dialog is not fixed.

Organization > Access policies > Add access policy and details dialog is broken too.
@Arnei can you fix it please?
I can reproduce Waldemar's experience, even after clearing my cache. |
1f47e90
to
f25cd45
Compare
@wsmirnow Helped me fix my confusion, thanks for that. Should now also properly work for in the New Event/Series/Acl modal and the Acl Details modal. |
The role dropdown in the ACL tabs could extend over its column width, due to its own fixed width. This fixes that.
f25cd45
to
f5f5c36
Compare
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.
Works for me. Thank you @Arnei
The role dropdown in the ACL tabs could extend over its column width, due to its own fixed width. This fixes that.
Replaces #1365