Bugzilla – Attachment 179761 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: 'Return to form' vs 'return to request'
Bug-38819-Return-to-form-vs-return-to-request.patch (text/plain), 1.66 KB, created by
Pedro Amorim
on 2025-03-27 10:20:05 UTC
(
hide
)
Description:
Bug 38819: 'Return to form' vs 'return to request'
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-03-27 10:20:05 UTC
Size:
1.66 KB
patch
obsolete
>From 11509e157acd478d61d8836d7b90b16bc456727d Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 3 Jan 2025 12:39:04 -0100 >Subject: [PATCH] Bug 38819: 'Return to form' vs 'return to request' > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >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 85cdbe8ec70..c94d509e6ac 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 >@@ -893,7 +893,11 @@ > [% END %] > <input type="hidden" name="op" value="cud-create" /> > <input type="hidden" name="stage" value="0" /> >- <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button> >+ [% 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> >+ [% ELSE %] >+ <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button> >+ [% END %] > </form> > <form method="post" id="confirmautoill-form"> > [% INCLUDE 'csrf-token.inc' %] >-- >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