Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
at present some config values are overridden from config.php
- logs are spammed with warning messages
- no indication
- save seems to override the setting, but the setting is not stored in fact
solution - tweak the setting loading to store the config.php overrides in special array and use them in UI to lock the setting fields
A different request but might be able to be done at the same time - it would be good if unassigned admin settings could indicated somehow too (particularly in drop-down lists). We kinda try and prevent that with the fix in
MDL-8209but if there was an elegant way to display it for users who never hit /admin/ that would be good.MDL-8209but if there was an elegant way to display it for users who never hit /admin/ that would be good.