From f6726613825ddc24f67957a07703cdccf27fff0e 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. --- .../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 f6796f00d9..bb64189312 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 @@ -298,7 +298,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.30.2