-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
3.10.1
-
2.5
-
MOODLE_310_STABLE
I noticed while working on CONTRIB-8399 that the bigbluebuttonbn settings were not really attached to the module as they should be.
Most of the settings are accessed using the config::get function which will look into eithe $CFG->bigbluebutton[$setting] or the $CFG->bigbluebuttonbn_XXX setting.
I find this confusing compared to the usual practice and would think that:
- We would need to rename bigbluebuttonbn_xxx into bigbluebuttonbn/xxx in the settings.php class
- Get somewhat rid of the config::get and config class in general.
- Get rid of $CFG->bigbluebuttonbn[$setting] and replace it by another mechanism
- Find a way to hide only a couple of settings instead of the whole set as the old mod/bigbluebutton/config.php. Not sure that we need to hide all settings and if it is still relevant.
- is child of
-
CONTRIB-8399 Rewrite settings page
-
- Closed
-