From 2136cc90ba97b00c53a5ba57ad1853f2f277f45b Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 19 Jan 2021 12:27:36 +0000 Subject: [PATCH] Flag that Embedded Activity Revisions setting is unsupported and deprecated --- api/v3/examples/Setting/GetFields.ex.php | 2 +- settings/Case.setting.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v3/examples/Setting/GetFields.ex.php b/api/v3/examples/Setting/GetFields.ex.php index 936e6f6f77..19b17e6e5a 100644 --- a/api/v3/examples/Setting/GetFields.ex.php +++ b/api/v3/examples/Setting/GetFields.ex.php @@ -206,7 +206,7 @@ function setting_getfields_expectedresult() { 'default' => '', 'html_type' => 'radio', 'add' => '4.7', - 'title' => 'Enable Embedded Activity Revisions', + 'title' => 'Enable deprecated 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\".', diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 7b26c26e8a..0b19250e61 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -91,10 +91,10 @@ return [ 'default' => FALSE, 'html_type' => 'radio', 'add' => '4.7', - 'title' => ts('Enable Embedded Activity Revisions'), + 'title' => ts('Enable deprecated Embedded Activity Revisions'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".'), + 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. This should not be enabled on new installs and will be unsupported in the future. You should enable "Administer => System Settings => Misc => Logging" instead.'), 'help_text' => '', ], 'civicaseShowCaseActivities' => [ -- 2.25.1