Bugzilla – Attachment 142313 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.77 KB, created by
Marcel de Rooy
on 2022-10-21 09:31:37 UTC
(
hide
)
Description:
Bug 31903: Fix missing Edit URL link
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-10-21 09:31:37 UTC
Size:
1.77 KB
patch
obsolete
>From c09d7521a43357e17b29b8d7ae1dba1380ff8711 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 >Content-Type: text/plain; charset=utf-8 > >We need to pass format too for New tab (see Pending/Processing). > >Test plan: >Include SCAN format in AR preferences. Check circ rules too. >Add a new request. >Check Circulation, Article requests, New tab. Verify that the Actions >menu for a single row (!) does contain the option now. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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