Bugzilla – Attachment 179732 Details for
Bug 38669
Staff interface: Automatic backend screen should provide option to go back to form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38669: (QA follow-up): Prevent multiple occurrences of 'op' in the form
Bug-38669-QA-follow-up-Prevent-multiple-occurrence.patch (text/plain), 1.42 KB, created by
Pedro Amorim
on 2025-03-26 16:37:57 UTC
(
hide
)
Description:
Bug 38669: (QA follow-up): Prevent multiple occurrences of 'op' in the form
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-03-26 16:37:57 UTC
Size:
1.42 KB
patch
obsolete
>From 225fcfeae6d7b450d99c5aa6efdb61ed3b94e35f Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 20 Jan 2025 13:44:23 +0000 >Subject: [PATCH] Bug 38669: (QA follow-up): Prevent multiple occurrences of > 'op' in the form > >This may happen if getting to the ILL auto screen from the type disclaimer screen for example >Which causes the 'return to request'm form submission to have 2 'op's, causing error. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 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 d960905fabe..e6857e6a3e4 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 >@@ -861,7 +861,7 @@ > [% INCLUDE 'csrf-token.inc' %] > [% FOREACH key IN whole.keys %] > [% value = whole.$key %] >- [% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] >+ [% IF key != 'op' && key != 'method' && key != 'custom_key' && key != 'custom_value' %] > <input type="hidden" name="[% key | html %]" value="[% value | html %]"> > [% END %] > [% END %] >-- >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 38669
:
175360
|
175473
|
176277
|
176571
|
176812
|
179730
|
179731
|
179732
|
179737
|
179738
|
179739
|
180394
|
180395
|
180396
|
180466
|
180467
|
180468