From 4829b3949d759452ddf85998fb7750a905519c7d Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 17 Jan 2024 13:01:42 -0500 Subject: [PATCH] ContactSummary - Don't open new tab for links --- .../SavedSearch_Contact_Summary_Relationships.mgd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php b/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php index 789b3eefe4..07c853fc3f 100644 --- a/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php +++ b/managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php @@ -118,7 +118,7 @@ return [ 'entity' => 'Contact', 'action' => 'view', 'join' => 'RelationshipCache_Contact_far_contact_id_01', - 'target' => '_blank', + 'target' => '', ], 'title' => ts('View Related Contact'), ], @@ -340,7 +340,7 @@ return [ 'entity' => 'Contact', 'action' => 'view', 'join' => 'RelationshipCache_Contact_far_contact_id_01', - 'target' => '_blank', + 'target' => '', ], 'title' => ts('View Related Contact'), ], -- 2.25.1