Bugzilla – Attachment 176575 Details for
Bug 38819
ILL - 'Switch provider' should use AutoILLBackendPriority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38819: (QA follow-up): Fix find-missing-filters.t
Bug-38819-QA-follow-up-Fix-find-missing-filterst.patch (text/plain), 2.05 KB, created by
Pedro Amorim
on 2025-01-15 14:10:20 UTC
(
hide
)
Description:
Bug 38819: (QA follow-up): Fix find-missing-filters.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-15 14:10:20 UTC
Size:
2.05 KB
patch
obsolete
>From 994f7ac7cd9dabb3bdd0a55cdd9dd4bd298629d7 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 15 Jan 2025 14:09:50 +0000 >Subject: [PATCH] Bug 38819: (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 ++-- > 1 file changed, 2 insertions(+), 2 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 155c038e39b..8377f75b2fa 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 >@@ -1044,7 +1044,7 @@ > <input type="hidden" name="op" value="cud-create" /> > <input type="hidden" name="stage" value="0"> > [% IF auto_migrate %] >- <a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id %]"> >+ <a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id | uri %]"> > <i class="fa fa-arrow-left"></i></span> Return to request > </a> > [% ELSE %] >@@ -1062,7 +1062,7 @@ > </fieldset> > <fieldset class="action"> > [% IF auto_migrate %] >- <a id="confirm-auto-migrate" data-illrequest_id="[% request.illrequest_id %]" class="btn btn-primary disabled">Confirm</a> >+ <a id="confirm-auto-migrate" data-illrequest_id="[% request.illrequest_id | html %]" class="btn btn-primary disabled">Confirm</a> > <a class="cancel" href="ill-requests.pl">Cancel</a> > [% ELSE %] > [% FOREACH key IN whole.keys %] >-- >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 38819
:
176121
|
176122
|
176123
|
176139
|
176140
|
176141
|
176519
|
176520
|
176521
| 176575