alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Fix when presentation after recording unable to delete and change access rights #82

Closed cardinalit closed 3 years ago

cardinalit commented 3 years ago

Hi!

Fixes #63

First, thx for your repository, because it's very helpful to use BBB in Docker.

After successfully deploying BBB with your configuration for Docker, I had a problem deleting the presentation and changing the publishing or privacy rights after saving it.

Bellow you can see on the screenshot what was the errors:

  1. Can't change rights Screenshot 2020-12-17 at 13 34 03
  2. Can't delete presentation Screenshot 2020-12-17 at 13 34 37

This happens because the records are saved under the root user, but the application runs under the bigbluebutton user. You can see it on the screenshot: Screenshot 2020-12-17 at 14 00 00

I fixed it. Have a nice day

alangecker commented 3 years ago

looks nice! I'm going to merge it to develop and try it out together with the v2.2.31 release :)

thanks a lot!