Bugzilla – Attachment 176573 Details for
Bug 38441
ILL - Allow for a history check workflow stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38441: (QA follow-up): Fix find-missing-filters.t
Bug-38441-QA-follow-up-Fix-find-missing-filterst.patch (text/plain), 3.81 KB, created by
Pedro Amorim
on 2025-01-15 13:58:04 UTC
(
hide
)
Description:
Bug 38441: (QA follow-up): Fix find-missing-filters.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-15 13:58:04 UTC
Size:
3.81 KB
patch
obsolete
>From df28e1d4344563e0beb4f2cb619e608f8427e022 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 15 Jan 2025 13:54:52 +0000 >Subject: [PATCH] Bug 38441: (QA follow-up): Fix find-missing-filters.t > >prove xt/find-missing-filters.t >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 15e8621feca..155c038e39b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -977,7 +977,7 @@ > <ul class="list-unstyled"> > [% FOREACH matching_request_for_patron IN matching_requests_for_patron %] > <li> >- <a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% matching_request_for_patron.illrequest_id %]">ILL Request #[% matching_request_for_patron.illrequest_id %]</a> >+ <a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% matching_request_for_patron.illrequest_id | uri %]">ILL Request #[% matching_request_for_patron.illrequest_id | html %]</a> > </li> > [% END %] > </ul> >@@ -989,7 +989,7 @@ > <ul class="list-unstyled"> > [% FOREACH remaining_matching_request IN remaining_matching_requests %] > <li> >- <a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% remaining_matching_request.illrequest_id %]">ILL Request #[% remaining_matching_request.illrequest_id %]</a> by [%- INCLUDE 'patron-title.inc' patron => remaining_matching_request.patron hide_patron_infos_if_needed => 1 -%] >+ <a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% remaining_matching_request.illrequest_id | uri %]">ILL Request #[% remaining_matching_request.illrequest_id | html %]</a> by [%- INCLUDE 'patron-title.inc' patron => remaining_matching_request.patron hide_patron_infos_if_needed => 1 -%] > </li> > [% END %] > </ul> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index 6f8b596fcbd..930bc47c33f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -410,7 +410,7 @@ > <ul class="list-unstyled"> > [% FOREACH matching_request_for_patron IN matching_requests_for_patron %] > <li> >- <a href="/cgi-bin/koha/opac-illrequests.pl?op=view&illrequest_id=[% matching_request_for_patron.illrequest_id %]">ILL Request #[% matching_request_for_patron.illrequest_id %]</a> >+ <a href="/cgi-bin/koha/opac-illrequests.pl?op=view&illrequest_id=[% matching_request_for_patron.illrequest_id | uri %]">ILL Request #[% matching_request_for_patron.illrequest_id | html %]</a> > </li> > [% END %] > </ul> >-- >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 38441
:
174604
|
174605
|
174606
|
174607
|
174608
|
174609
|
174610
|
174611
|
175300
|
175301
|
175302
|
175303
|
175304
|
175305
|
175306
|
175307
|
176507
|
176508
|
176509
|
176510
|
176511
|
176512
|
176513
|
176514
|
176561
|
176566
| 176573 |
176829