https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37197 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Phil Ringnalda from comment #13)
We have UI to batch modify patrons in a patron list that includes the patron you are checking items out to? Thanks, I hate it!
Every action you can take with a patron list, batch modify, batch delete, and print cards, is broken for the same reason: they want to GET ?list_id=1 and the op takes a cud- POST.
Do we need a new pattern for all of these, having two ops like get_a_little and cud-post_a_lot which each just get their input and call sub do_the_work? Or do we want to say that if anyone has so much data they have to POST it, then everybody has to POST even if it's just one digit they need to send?
Good question. I have never considered we could support both, that's an interesting idea. We could indeed have "show" allowed for patron_list_id if it makes things here easier to fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.