elan-ev / studip-opencast-plugin

This is an Stud.IP plugin for Opencast
https://elan-ev.github.io/studip-opencast-plugin/
GNU General Public License v2.0
9 stars 20 forks source link

Remove anonymous role if video visibility is changed to internal #1060

Closed dennis531 closed 2 weeks ago

dennis531 commented 2 weeks ago

Currently, the role ROLE_ANONYMOUS will not be removed when updating the ACLs, as it is evaluated as an external OC role. With this change, this role will be touched, if the setting OPENCAST_ALLOW_PUBLIC_SHARING is active.

Fixes #1031