From e83b2c5b3327e289f5cfa543e12e00a3d21a6c49 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 21 Oct 2022 09:26:08 +0000 Subject: [PATCH] Bug 31903: Fix missing Edit URL link We need to pass format too for New tab (see Pending/Processing). Test plan: * Include SCAN format in ArticleRequestSupportedFormats system preferences. * Check circ rules to allow article requests. * Add a new request for digital copy and another for photocopy. * Check Circulation - Article requests - New tab. * Verify that the Actions menu for a single row for the digital copy does contain the "Edit URL(s)" option now. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Amended test plan. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 4e6b4b4ae7d4cce7405f9811218f8d8116152d95) Signed-off-by: Lucas Gass --- .../intranet-tmpl/prog/en/modules/circ/article-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt index d453a7de33..cb1d54fc99 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ -289,7 +289,7 @@ [% ar.created_on | $KohaDates %] - [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] + [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id format=ar.format pull_right='pull-right' aria_menu='ar-actions' %] [% END %] -- 2.39.5