Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.27
-
Fix Version/s: 5.0.0
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Settings like turning logging on/off can be over-written in civicrm.setting.php but can be changed through UI as well as they are exposed.
The idea is to respect settings over-ridden in civicrm.setting.php. It can be achieved by checking if setting has been over-ridden then freeze it in the UI. This reduces the risk of accidently having someone change the setting when it is not intended.