Merge pull request #11999 from totten/master-header
[civicrm-core.git] / settings / Case.setting.php
index 412375411f298c69236d53fd74464e1894bf0596..c4f4772e82b4e3bb6e316907faa0ec599032d360 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
@@ -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' => '',
+  ),
 );