Bugzilla – Attachment 142366 Details for
Bug 31903
Article requests: Edit URLs link missing in the New tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31903: Fix missing Edit URL link
Bug-31903-Fix-missing-Edit-URL-link.patch (text/plain), 1.95 KB, created by
Katrin Fischer
on 2022-10-21 13:34:03 UTC
(
hide
)
Description:
Bug 31903: Fix missing Edit URL link
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-21 13:34:03 UTC
Size:
1.95 KB
patch
obsolete
>From f6726613825ddc24f67957a07703cdccf27fff0e Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >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 @@ > </td> > <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td> > <td class="ar-actions"> >- [% 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' %] > </td> > </tr> > [% END %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31903
:
142313
| 142366