Flag that Embedded Activity Revisions setting is unsupported and deprecated
authorMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 19 Jan 2021 12:27:36 +0000 (12:27 +0000)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 19 Jan 2021 12:30:27 +0000 (12:30 +0000)
api/v3/examples/Setting/GetFields.ex.php
settings/Case.setting.php

index 936e6f6f77c047792792c53feaf0c21a92761e39..19b17e6e5aee3a793cc25350ca780df8ad411ce0 100644 (file)
@@ -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\".',
index 7b26c26e8a8c3206c7430202761f3b3d939bd7c5..0b19250e61af2f4708bce5d6708c60767402a203 100644 (file)
@@ -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' => [