Bugzilla – Attachment 166691 Details for
Bug 36859
Batch checkout not working due to mismatch in CSRF parameter names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form
Bug-36859-Pass-the-op-value-cud-checkout-for-the-b.patch (text/plain), 1.33 KB, created by
Kyle M Hall (khall)
on 2024-05-14 15:11:05 UTC
(
hide
)
Description:
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-14 15:11:05 UTC
Size:
1.33 KB
patch
obsolete
>From 646d0a9b33142f5f7a5eb3f765da737b930663dd Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 14 May 2024 11:10:32 -0400 >Subject: [PATCH] Bug 36859: Pass the op value 'cud-checkout' for the batch > checkout form > >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 2b72b6730c4..83f91ae8bdc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -120,14 +120,13 @@ > </ol> > </fieldset> > [% END %] >- >- <input type="hidden" name="op" value="cud-show" /> > </div> > > <fieldset class="action"> > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> > <input type="hidden" name="branch" value="[% branch | html %]" /> > <input type="hidden" name="batch" value="1" /> >+ <input type="hidden" name="op" value="cud-checkout" /> > <input type="submit" class="btn btn-primary" value="Check out" /> > </fieldset> > </form> >-- >2.30.2
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 36859
:
166691
|
166724