-
Bug
-
Resolution: Fixed
-
Major
-
4.0.9
I got bitten by this recently in multiple plugins, following code settings content does not apply the setting during behat ini causing behat failures due to missing settings.
$settings->add(new admin_setting_heading('something', 'Something header', 'Desc')); |
$settings->add(new admin_setting_configcheckbox('mod_book/something', 'Enable', 'Other desc', '0')); |
The code in admin_apply_default_settings() is problematic, I am going to submit a small workaround patch only and then create a followup for master only.
- has to be done before
-
MDL-78543 Improve admin_apply_default_settings()
- Closed