https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36272 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- (In reply to Magnus Enger from comment #0)
The solution is probably to do a POST, not a GET?
In this case, I'd say that's probably the answer. A little while ago, when working on the CSRF stuff, I think there was a dogmatic decision to do all "read" actions as GET only, but obviously that's not practical in cases like this. (I mean alternatively a "batch" could be created in the database so that the GET could just take that batch ID but that has other logistical difficulties.) I don't know what the community wants to do about cases like this anymore... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.