You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The course ACLs will not be set when adding a video to a playlist of a new course.
Describe the solution you'd like
Don't display the video for people without write permission in the affected course
Steps:
add video to a course playlist. Set the flag e.g. available=false in oc_playlist_seminar_video if video is new in the course
update ACLs and start workflow
put video into the queue to check for completion of the workflow
when retrieving the course videos, the video won't be displayed for people without write permission
Only display if the current person in the course has implicit permission to access the video from another course or explicit permission
job in the queue was processed successfully
Set in the DB that the video in the course playlist is available for all participants (available=true flag)
all course participants should now be able to see the video.
Describe alternatives you've considered
Alternatively, we could only show the video to the person adding it until the job in the queue has been successfully processed. This could simplify the query when retrieving the videos and improve the performance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The course ACLs will not be set when adding a video to a playlist of a new course.
Describe the solution you'd like
Don't display the video for people without write permission in the affected course
Steps:
available=false
inoc_playlist_seminar_video
if video is new in the courseavailable=true
flag)Describe alternatives you've considered
Alternatively, we could only show the video to the person adding it until the job in the queue has been successfully processed. This could simplify the query when retrieving the videos and improve the performance.
The text was updated successfully, but these errors were encountered: