From: colemanw Date: Wed, 17 Jan 2024 18:01:42 +0000 (-0500) Subject: ContactSummary - Don't open new tab for links X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4829b3949d759452ddf85998fb7750a905519c7d;p=civicrm-core.git ContactSummary - Don't open new tab for links --- 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'), ],