Summary: | Batch modifications from the biblio page can cause 414 URI too long when attempting to modify many items | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aleisha, dcook, gmcharlt, katariina.pohto, mathsabypro, wizzyrea |
Version: | 21.11 | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36133 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36272 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27859 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Liz Rea
2022-11-18 22:11:36 UTC
Off the top of my head, for scale, I think we'd want to POST itemnumbers (probably in batches) to an API "add to batch" endpoint, and then call an API endpoint to perform the batch mod (as a background job). I am 100% certain that is the correct call here - the way we do it now simply won't scale. *** Bug 36133 has been marked as a duplicate of this bug. *** We'd have some need to get this working, the ~400 results is often exceeded when we are doing batch modifications. While it is possible to grab the list of itemnumbers and just navigate to batchMod.pl, it shouldn't be necessary. And it would be good to change all links to batch tools to work the same way, for instance 'Modify selected items' link from Biblio Detail page will also create the same long URI. |