-
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
Add support for various config options in listprovider/acl.default.create.properties #741
base: main
Are you sure you want to change the base?
Conversation
The listprovider file listproviders/acl.defaults.create.properties defines keep_on_template_switch_role_prefixes which allows certain roles to be kept when switchting between ACL templates in the various details views. The new admin ui did not respect this option yet.
Adds support for a couple more config options, that should make creating new acls a little more comfortable.
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/741/2024-09-05_08-18-36/ . |
This pull request has conflicts ☹ |
This pull request has conflicts ☹ |
This pull request has conflicts ☹ |
This should add support for
To review, check
listprovider/acl.default.create.properties
in your Opencast , read what the options are all about and fiddle around with them.There are two more config options in the listprovider that this does not add support for. Those two options were required for opencast/opencast#4487, but are essentially code duplication and as such I would like to avoid using them.
Helps with #409.