-
Notifications
You must be signed in to change notification settings - Fork 40
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
Deletion of the block does not do cleanup. #36
Comments
@kabalin |
Internal tracking number 42754. |
…th and trims all whitespace at the beginning and end of our options. (#36)
I should also note that deleting the block should also remove the entry in mdl_block_panopto_foldermap. I ran into the problem in which the block added to a course was provisioned for the wrong server. I attempted to delete the block and then re-add it. But it never prompted me to choose a server and went back to the one it had already connected. I had to go to the database and in the mdl_block_panopto_foldermap delete the entry with moodleid=. Then re-add the block. |
At least custom record needs to be removed and user access on Panopto side needs to be revoked.
The patch lucisgit@e961f29 is fixing the issue. Notice that remotely it only removes "viewers" access to course folder, to make sure that course staff will still be able to manage the folder.
The text was updated successfully, but these errors were encountered: