dev/core#4950 - Disable SearchUI version of ContactSummary Activity tab
authorcolemanw <coleman@civicrm.org>
Fri, 2 Feb 2024 22:17:31 +0000 (17:17 -0500)
committercolemanw <coleman@civicrm.org>
Fri, 2 Feb 2024 22:19:29 +0000 (17:19 -0500)
This temporarily disables the new tab while we assess query performance problems
See https://lab.civicrm.org/dev/core/-/issues/4950

Note: commented out code uses the new 'placement' option which is preferred
over the legacy 'contact_summary' flag.

ext/civicrm_admin_ui/ang/afsearchTabActivity.aff.php

index 527c70b86b121309d9c0147de642e9cde41d33e9..3aa298b86e909779ef9842a2e68f4bb3235f72ae 100644 (file)
@@ -4,7 +4,8 @@ return [
   'type' => 'search',
   'title' => ts('Activities'),
   'description' => '',
-  'contact_summary' => 'tab',
+  // Disabled temporarily for https://lab.civicrm.org/dev/core/-/issues/4950
+  // 'placement' => ['contact_summary_tab'],
   'summary_weight' => 70,
   'icon' => 'fa-tasks',
   'permission' => [