-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.3, 4.4, 4.5
When disabling shared notes from the BBB plugin, the setting is not correctly passed to the meeting. This is because of a misspelling on line 374 of mod/bigbluebuttonbn/classes/meeting.php
'disablenote' => 'lockSettingsDisableNote', |
According to BBB API documentation, it's actually supposed to be lockSettingsDisableNotes so the code is missing an s at the end.
Steps to replicate:
- Create a BBB activity and enrol a student S1
- In Activity settings under the Lock Settings category, enable 'Disable shared notes'
- Join the session as student S1, student will still have access to shared notes
- Discovered while testing
-
MDLQA-19334 CLONE - BBB lock settings visibility should be configurable
- Passed