-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4 regressions, 4.5 regressions
Whenever you have a site with a lot of users, and you want to set a default activity completion on the site. Then it breaks because of the massive load time and missing memory.
This is because of Bigbluebutton's mod_form class, definition() method.
It creates a hidden html element and adds participant data, for the JavaScript to find, whenever you normally edit a bigbluebutton activity. Which is not needed in the defaultcompletion view.
If it's possible for any tester to create hundreds of thousands of users.. Then the test scenario is as follows:
- Ensure your site has a lot of users (In our case; 400.000)
- Click on 'Site administration'
- Click on the 'courses' tab
- Click on 'Default activity completion' under the 'Default settings' heading
- Confirm that a Fatal error occurs
- has been marked as being related by
-
MDL-79105 Improve Big Blue Button activity completion form
-
- Open
-