Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: None
-
Labels:None
Description
Experimented with various settings in CRM_Admin_Form_Setting_Miscellaneous. Non-booleans will return the correct value, e.g.:
CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'doNotAttachPDFReceipt')
However boolean type settings will always return null, e.g.:
CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'versionCheck')
Attachments
Issue Links
- blocks
-
CRM-12701 Disable new version alerts option
- Done/Fixed