Bugzilla – Attachment 180393 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.15 KB, created by
Pedro Amorim
on 2025-04-02 14:10:19 UTC
(
hide
)
Description:
Bug 38819: (QA follow-up): Fix find-missing-filters.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-02 14:10:19 UTC
Size:
2.15 KB
patch
obsolete
>From f0f4e88800f155d54a8738a8b4ec9fd153226a96 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 e776c38fcb3..3e153a946f7 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 >@@ -898,7 +898,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 %]"> <i class="fa fa-arrow-left"></i> Return to request </a> >+ <a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id | uri %]"> <i class="fa fa-arrow-left"></i> Return to request </a> > [% ELSE %] > <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button> > [% END %] >@@ -911,7 +911,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
|
179733
|
179734
|
179735
|
179736
|
179754
|
179755
|
179756
|
179757
|
179759
|
179760
|
179761
|
179762
|
180340
|
180341
|
180345
|
180346
|
180349
|
180351
|
180353
|
180367
|
180390
|
180391
|
180392
|
180393
|
180509
|
180510
|
180511
|
180512
|
180514
|
180515
|
180516
|
180517
|
181348
|
181349
|
181350
|
181351