ContactSummary - Don't open new tab for links
authorcolemanw <coleman@civicrm.org>
Wed, 17 Jan 2024 18:01:42 +0000 (13:01 -0500)
committercolemanw <coleman@civicrm.org>
Wed, 17 Jan 2024 18:01:42 +0000 (13:01 -0500)
managed/contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php

index 789b3eefe4cc86b0110b205113b78139edd780a9..07c853fc3f9fcda5fcd9f44cadea527abb247f9c 100644 (file)
@@ -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'),
             ],