https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37827
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171016|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <[email protected]> --- Created attachment 171325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171325&action=edit Bug 37827: Switch OPAC download list form from POST to GET The hidden form that the OPAC uses for downloading a list has no need to be a POST, which is good because it can't be one without having an op param that starts with "cud-" which it doesn't have. Test plan: 1. Nothing visible will change, so start with the patch applied 2. Log in to the OPAC, then do a search for something like Perl which will return a couple of results. Select two, With selected titles: Add to list - New list - give it a name and Save 3. Lists - choose the one you just created 4. Download - ISBD 5. Verify that the page you were on didn't change, that a file was downloaded, and that the file contains the two titles in your list Sponsored-by: Chetco Community Public Library Signed-off-by: Chloe Zermatten <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: 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/
