From b86c2be0d16893f73c493f12812ad842372701dd Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 8 Aug 2017 15:52:38 -0700 Subject: [PATCH] CRM-21052 - Case.setting.php - Define new setting `civicaseActivityRevisions` --- settings/Case.setting.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 412375411f..9d5288b62d 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -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' => TRUE, + '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' => '', + ), ); -- 2.25.1