Bugzilla – Attachment 176571 Details for
Bug 38669
ILL - Staff: 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): Fix find-missing-op-in-forms.t
Bug-38669-QA-follow-up-Fix-find-missing-op-in-form.patch (text/plain), 1.84 KB, created by
Pedro Amorim
on 2025-01-15 13:40:20 UTC
(
hide
)
Description:
Bug 38669: (QA follow-up): Fix find-missing-op-in-forms.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-15 13:40:20 UTC
Size:
1.84 KB
patch
obsolete
>From 1aef9d9a989a07133d424c4ace348e4089d5603e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 15 Jan 2025 13:40:00 +0000 >Subject: [PATCH] Bug 38669: (QA follow-up): Fix find-missing-op-in-forms.t > >prove xt/find-missing-op-in-forms.t >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 ++- > 1 file changed, 2 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 584b32b5f9c..15e8621feca 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 >@@ -1026,6 +1026,7 @@ > [% END %] > <div id="results" class="page-section"> > <form method="post" id="confirmautoill-goback-form"> >+ [% INCLUDE 'csrf-token.inc' %] > [% FOREACH key IN whole.keys %] > [% value = whole.$key %] > [% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] >@@ -1040,7 +1041,7 @@ > <input type="hidden" name="custom_value" value="[% custom_values.$i | html %]"> > [% i = i + 1 %] > [% END %] >- <input type="hidden" name="method" value="create" /> >+ <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 %]"> >-- >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