Bugzilla – Attachment 176572 Details for
Bug 35604
ILL - Allow for automatic backend selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35604: (QA follow-up): Fix find-missing-op-in-forms.t
Bug-35604-QA-follow-up-Fix-find-missing-op-in-form.patch (text/plain), 2.66 KB, created by
Pedro Amorim
on 2025-01-15 13:41:10 UTC
(
hide
)
Description:
Bug 35604: (QA follow-up): Fix find-missing-op-in-forms.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-15 13:41:10 UTC
Size:
2.66 KB
patch
obsolete
>From 1f8caac74c68101202574d6a0c12e1c5640874a2 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 15 Jan 2025 13:37:22 +0000 >Subject: [PATCH] Bug 35604: (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 ++- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 1 + > 2 files changed, 3 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 9727b8e173b..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 >@@ -1054,6 +1054,7 @@ > [% END %] > </form> > <form method="post" id="confirmautoill-form"> >+ [% INCLUDE 'csrf-token.inc' %] > <fieldset class="rows"> > <ul class="list-group" id="autoillbackends"> > </ul> >@@ -1078,7 +1079,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="form"> > <input type="hidden" name="confirm_auto_submitted" value="1"> > <input type="submit" class="btn btn-primary" value="Confirm" /> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index a28546004f9..6f8b596fcbd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -440,6 +440,7 @@ > <h1>Confirming automatic request</h1> > <div id="results" class="page-section"> > <form method="post" id="confirmautoill-form"> >+ [%# This will get its name="op" value="cud-" from the loop over whole.keys below %] > [% INCLUDE 'csrf-token.inc' %] > <fieldset class="rows"> > <p id="autoillbackends"></p> >-- >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 35604
:
160035
|
164883
|
164884
|
164885
|
164886
|
164887
|
164888
|
165135
|
165164
|
165165
|
165294
|
165295
|
165296
|
165297
|
165298
|
165299
|
165300
|
166897
|
166898
|
166899
|
166900
|
166901
|
166902
|
166903
|
166995
|
166996
|
166997
|
166998
|
166999
|
167000
|
167001
|
171326
|
171327
|
171328
|
171329
|
171330
|
171331
|
171332
|
174515
|
174516
|
174517
|
174518
|
174519
|
174520
|
174521
|
174522
|
174524
|
174792
|
175828
|
175829
|
175830
|
175831
|
175832
|
175833
|
175834
|
175835
|
175836
|
176036
|
176261
|
176262
|
176263
|
176264
|
176265
|
176266
|
176267
|
176268
|
176269
|
176270
|
176572
|
176662
|
176681
|
176682
|
176683
|
176684
|
176685
|
176686
|
176687
|
176688
|
176689
|
176690
|
176691
|
176692
|
178305
|
178306
|
178307
|
178308
|
178309
|
178310
|
178311
|
178312
|
178313
|
178314
|
178315
|
178316
|
178707
|
178708
|
178709
|
178710
|
178711
|
178712
|
178713
|
178714
|
178715
|
178716
|
178717
|
178718