From 0a01d6c62d269d037392072dd95c2ff6d098e57b Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 3 Apr 2023 15:51:00 +1200 Subject: [PATCH] Fix url from just-merged PR --- ext/civiimport/Managed/UserJobSearches.mgd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/civiimport/Managed/UserJobSearches.mgd.php b/ext/civiimport/Managed/UserJobSearches.mgd.php index b26f770caf..5acf8248f9 100644 --- a/ext/civiimport/Managed/UserJobSearches.mgd.php +++ b/ext/civiimport/Managed/UserJobSearches.mgd.php @@ -132,7 +132,7 @@ return [ 'label' => E::ts('Import Name'), 'sortable' => TRUE, 'link' => [ - 'path' => 'civicrm/contribute/import?reset=1&template_id=[id]', + 'path' => 'civicrm/import/contribution?reset=1&template_id=[id]', 'entity' => '', 'action' => '', 'join' => '', -- 2.25.1