Bug 36859 - Batch checkout not working due to mismatch in CSRF parameter names
Summary: Batch checkout not working due to mismatch in CSRF parameter names
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 15:09 UTC by Kyle M Hall (khall)
Modified: 2024-05-22 13:31 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:


Attachments
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form (1.33 KB, patch)
2024-05-14 15:11 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form (1.38 KB, patch)
2024-05-14 18:21 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall (khall) 2024-05-14 15:09:54 UTC
A simple issue has broken batch checkouts completely. The script is looking for cud-checkout while the template form is passing cud-show.
Comment 1 Kyle M Hall (khall) 2024-05-14 15:11:05 UTC
Created attachment 166691 [details] [review]
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form
Comment 2 Nick Clemens (kidclamp) 2024-05-14 18:21:45 UTC
Created attachment 166724 [details] [review]
Bug 36859: Pass the op value 'cud-checkout' for the batch checkout form

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 3 Nick Clemens (kidclamp) 2024-05-14 18:22:18 UTC
Trivial, passing QA
Comment 4 Katrin Fischer 2024-05-17 08:37:56 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 5 Fridolin Somers 2024-05-22 13:31:38 UTC
23.11.x not impacted