Bugzilla – Attachment 189646 Details for
Bug 41257
ILL "List requests"/"Refresh" wording doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41257: Fix wording condition check
Bug-41257-Fix-wording-condition-check.patch (text/plain), 1.46 KB, created by
Lisette Scheer
on 2025-11-17 22:18:50 UTC
(
hide
)
Description:
Bug 41257: Fix wording condition check
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2025-11-17 22:18:50 UTC
Size:
1.46 KB
patch
obsolete
>From bcfe56431199c9e979562c5d3d057b378994fcf6 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 17 Nov 2025 14:42:52 +0000 >Subject: [PATCH] Bug 41257: Fix wording condition check > >To reproduce: >1) Enable ILLModule >2) Visit ILL requests: ><staff_url>/cgi-bin/koha/ill/ill-requests.pl >3) Where 'List requests' show, it should show 'Refresh'. >4) Apply patches, refresh, notice it now shows 'Refresh'. > >Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >index 1c85da4f629..da461c30155 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >@@ -19,7 +19,7 @@ > [% ELSE %] > <a id="ill-new" class="btn btn-default disabled" href=""> <i class="fa fa-plus"></i> New ILL request </a> > [% END %] >- [% IF query_type == 'illlist' %] >+ [% IF op == 'illlist' %] > <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> Refresh </a> > [% ELSE %] > <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> List requests </a> >-- >2.39.5
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 41257
:
189631
|
189632
|
189643
|
189644
| 189646 |
189647