From b8fc4405f19a5bf5d345c1c851d22a9991f14762 Mon Sep 17 00:00:00 2001 From: colemanw Date: Fri, 2 Feb 2024 17:17:31 -0500 Subject: [PATCH] dev/core#4950 - Disable SearchUI version of ContactSummary Activity tab 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/civicrm_admin_ui/ang/afsearchTabActivity.aff.php b/ext/civicrm_admin_ui/ang/afsearchTabActivity.aff.php index 527c70b86b..3aa298b86e 100644 --- a/ext/civicrm_admin_ui/ang/afsearchTabActivity.aff.php +++ b/ext/civicrm_admin_ui/ang/afsearchTabActivity.aff.php @@ -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' => [ -- 2.25.1