https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37197
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion Assignee|[email protected] |[email protected] | |ity.org --- Comment #8 from Phil Ringnalda <[email protected]> --- But if something is wrong with the semantics of a hidden textarea in a URL that ends in guided_reports.pl POSTing to modborrowers.pl, the exact same thing is wrong with an unhidden textarea in a URL that ends in modborrowers.pl POSTing to modborrowers.pl, and the same thing is wrong with batch item and record modification, and batch item and record deletion, and they should all be changed to do a GET of op=show, and they should all break when Apache returns Request URI too long. And there's no semantic difference between uploading a textarea of cardnumbers and uploading a text file of cardnumbers, so while we're writing a little JS to convert the textarea content to a query string, we should also convert the file selected for upload to a query string too. Note that my patch *was* wrong, because I didn't see that I should have also undone the change from a hidden textarea to a bunch of hidden inputs. -- 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/
