CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / settings / Case.setting.php
index 77f3b0f4b2a80e7511391d5787c87a658c8c46d0..77ada717515530e7992d92f5ef79244ba79cdff4 100644 (file)
@@ -58,10 +58,10 @@ return array(
     'description' => 'Should activity emails be redacted? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
     'help_text' => '',
   ),
-  'civicaseAllowMultipleCaseClients' => array(
+  'civicaseAllowMultipleClients' => array(
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',
-    'name' => 'civicaseAllowMultipleCaseClients',
+    'name' => 'civicaseAllowMultipleClients',
     'type' => 'String',
     'quick_form_type' => 'Select',
     'html_type' => 'Select',
@@ -100,4 +100,19 @@ return array(
     'description' => 'How to sort activity-types on the "Manage Case" screen? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
     'help_text' => '',
   ),
+  'civicaseActivityRevisions' => array(
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'civicaseActivityRevisions',
+    'type' => 'Boolean',
+    'quick_form_type' => 'YesNo',
+    'default' => FALSE,
+    'html_type' => 'radio',
+    'add' => '4.7',
+    'title' => 'Enable Embedded Activity Revisions',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => 'Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".',
+    'help_text' => '',
+  ),
 );