https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37197

--- Comment #13 from Phil Ringnalda <[email protected]> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to