Summary: | Export to CSV or Barcode file from item search results fail when "select visible rows" and many items are selected | ||
---|---|---|---|
Product: | Koha | Reporter: | Kristi Krueger <kkrueger> |
Component: | Cataloging | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | lisette, lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 38967: Make exportItems use POST |
Description
Kristi Krueger
2025-01-24 20:15:03 UTC
Created attachment 185724 [details] [review] Bug 38967: Make exportItems use POST To test: 1. Go to item search. 2. Enter parameters that retrieve more than 500 items. 3. From the item search results page, show All entries, then "Select visible rows." 4. Select either Export selected results to CSV or Barcode file. 5. A resulting error message of either "This site can't be reached. The connection was reset" or a 400 Bad request page with a URL with all the item numbers inserted appears. 6. APPLY PATCH Try steps 1 - 4 again, this time it should export. |