CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / settings / Case.setting.php
index c831a0a0e015695c91f70ef2c1f97ccd3194e71a..77ada717515530e7992d92f5ef79244ba79cdff4 100644 (file)
@@ -47,7 +47,7 @@ return array(
     'html_attributes' => array(
       //'class' => 'crm-select2',
     ),
-    'default' => 'auto',
+    'default' => 'default',
     'add' => '4.7',
     'title' => 'Redact Activity Email',
     'is_domain' => 1,
@@ -55,20 +55,20 @@ return array(
     'pseudoconstant' => array(
       'callback' => 'CRM_Case_Info::getRedactOptions',
     ),
-    'description' => '',
+    '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',
     'html_attributes' => array(
       //'class' => 'crm-select2',
     ),
-    'default' => 'auto',
+    'default' => 'default',
     'add' => '4.7',
     'title' => 'Allow Multiple Case Clients',
     'is_domain' => 1,
@@ -76,7 +76,7 @@ return array(
     'pseudoconstant' => array(
       'callback' => 'CRM_Case_Info::getMultiClientOptions',
     ),
-    'description' => '',
+    'description' => 'How many clients may be associated with a given case? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
     'help_text' => '',
   ),
   'civicaseNaturalActivityTypeSort' => array(
@@ -89,7 +89,7 @@ return array(
     'html_attributes' => array(
       //'class' => 'crm-select2',
     ),
-    'default' => 'auto',
+    'default' => 'default',
     'add' => '4.7',
     'title' => 'Activity Type Sorting',
     'is_domain' => 1,
@@ -97,7 +97,22 @@ return array(
     'pseudoconstant' => array(
       'callback' => 'CRM_Case_Info::getSortOptions',
     ),
-    'description' => '',
+    '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' => '',
   ),
 );