X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCase.setting.php;h=c4f4772e82b4e3bb6e316907faa0ec599032d360;hb=3d04355de56e2293afda299bc4e00d5816010082;hp=c831a0a0e015695c91f70ef2c1f97ccd3194e71a;hpb=b83de99469120e902cb3ff281f54fefbe8db8a11;p=civicrm-core.git diff --git a/settings/Case.setting.php b/settings/Case.setting.php index c831a0a0e0..c4f4772e82 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -1,7 +1,7 @@ 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' => '', ), );