Skip to content
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

Missing course acls in OC studio upload #1059

Open
dennis531 opened this issue Nov 8, 2024 · 0 comments
Open

Missing course acls in OC studio upload #1059

dennis531 opened this issue Nov 8, 2024 · 0 comments
Labels

Comments

@dennis531
Copy link
Collaborator

Version
master branch

Describe the bug
Course acls are not set for OC Studio uploads in a course. There seems to be a race condition in

NotificationCenter::addObserver('Opencast\Models\Videos', 'checkEventACL', 'OpencastVideoSync');
NotificationCenter::addObserver('Opencast\Models\Videos', 'addToCoursePlaylist', 'OpencastVideoSync');

The cronjob "Opencast - Synchronisiert ACLs für Events" is disabled on my system, so it won't fix it.

To Reproduce
Steps to reproduce the behavior:

  1. Upload a video via oc studio in a course
  2. Wait until the video is available
  3. Enter course as student
  4. Open video
  5. See that user has no permission on this video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant