X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCase.setting.php;h=44dc6055695280e93259af149bf0cc45b482cc5a;hb=5b89700a1a7585a181c4fd7ca49ff0a50cd524d6;hp=23c793bdd3e7304a9d0b79187b29a61c38cf9d2b;hpb=b01e265e8da1fd498305451a80dd0f1bae4a34e0;p=civicrm-core.git diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 23c793bdd3..44dc605569 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -99,4 +99,19 @@ return [ 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".'), 'help_text' => '', ], + 'civicaseShowCaseActivities' => [ + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'civicaseShowCaseActivities', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => FALSE, + 'html_type' => 'radio', + 'add' => '5.24', + 'title' => ts('Include case activities in general activity views.'), + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('e.g. the Contact form\'s Activity tab listing. Without this ticked, activities that belong to a case are hidden (default behavior). Warning: enabling this option means that all case activities relating to a contact will be listed which could result in users without "access all cases and activities" permission being able to see see the summarized details (date, subject, assignees, status etc.). Such users will still be prevented from managing the case and viewing/editing the activity.'), + 'help_text' => '', + ], ];