From 8fe35a046979f793dabd2b8c05125c71725dc946 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 6 Dec 2023 00:25:02 +0000 Subject: [PATCH] Use the action definded in DAO for Mapping --- .../managed/SavedSearch_Import_Export_Mappings.mgd.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/civicrm_admin_ui/managed/SavedSearch_Import_Export_Mappings.mgd.php b/ext/civicrm_admin_ui/managed/SavedSearch_Import_Export_Mappings.mgd.php index df915b5b7f..88eea065fe 100644 --- a/ext/civicrm_admin_ui/managed/SavedSearch_Import_Export_Mappings.mgd.php +++ b/ext/civicrm_admin_ui/managed/SavedSearch_Import_Export_Mappings.mgd.php @@ -102,14 +102,14 @@ return [ 'icon' => 'fa-bars', 'links' => [ [ - 'path' => 'civicrm/admin/mapping?action=update&reset=1&id=[id]', - 'icon' => 'fa-external-link', + 'path' => '', + 'icon' => 'fa-pencil', 'text' => E::ts('Edit'), 'style' => 'default', 'condition' => [], 'task' => '', - 'entity' => '', - 'action' => '', + 'entity' => 'Mapping', + 'action' => 'update', 'join' => '', 'target' => 'crm-popup', ], -- 2.25.1