[Bug 35938] New: Add lots of biblios to a list causes a URL too long error
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 Bug ID: 35938 Summary: Add lots of biblios to a list causes a URL too long error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl /virtualshelves/addbybiblionumber.pl can easily exceed the maximum number of characters a URL is allowed to contain when submitting large numbers of biblionumbers. We should be able to significantly reduce this by simply reducing the parameter name from 'biblionumber' to 'bib' or 'b'.. or we could work on an alternative submission mechanism. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 Mathieu Saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro@gmail.com --- Comment #1 from Mathieu Saby <mathsabypro@gmail.com> --- Shouldn't these parameters be transmitted using the POST method? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Yeah, it should probably be a POST -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 --- Comment #3 from Mathieu Saby <mathsabypro@gmail.com> --- I thought there was a REST API for managing virtualsheves. It seems it is not yet the case ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Mathieu Saby from comment #3)
I thought there was a REST API for managing virtualsheves. It seems it is not yet the case ?
Not yet I think, looking at api.koha-community.org. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35938 --- Comment #5 from Mathieu Saby <mathsabypro@gmail.com> --- I think we can improve the current behavior, without creating an API (for now) Look at the button "add to list" displayed in report result page (/koha/reports/guided_reports.pl) when the result is a list of record : The URL of the generated popup looks like that : koha/virtualshelves/addbybiblionumber.pl?biblionumbers=1/2/3/4/5/6/7 So I presume we can use this short syntax elsewhere in Koha ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org