X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCase.setting.php;h=77ada717515530e7992d92f5ef79244ba79cdff4;hb=2db35bf6ee39bf6d611681a9163515fa89115765;hp=412375411f298c69236d53fd74464e1894bf0596;hpb=d8dd18e4b0c5507083e4b1c96cf7738279d3711b;p=civicrm-core.git diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 412375411f..77ada71751 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' => 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' => '', + ), );