Summary: | Batch extend due date tool only displays the first 20 checkouts | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Tools | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 39081, 24846 | ||
Bug Blocks: | 39290 | ||
Attachments: |
Bug 39289: Display all checkouts in the batch extend due date tools
Bug 39289: Display all checkouts in the batch extend due date tools |
Description
Jonathan Druart
2025-03-10 15:16:17 UTC
Created attachment 179126 [details] [review] Bug 39289: Display all checkouts in the batch extend due date tools When paginate is false, pageLength is still used. If more than 20 checkouts should be displayed, only 20 will. Test plan: Have more than 20 checkouts, use the batch extend due date tool and notice that all checkouts are displayed when this patch is applied. Marked as depend on bug 39081, but must be backport (and patch adjusted). Created attachment 179193 [details] [review] Bug 39289: Display all checkouts in the batch extend due date tools When paginate is false, pageLength is still used. If more than 20 checkouts should be displayed, only 20 will. Test plan: Have more than 20 checkouts, use the batch extend due date tool and notice that all checkouts are displayed when this patch is applied. Signed-off-by: Magnus Enger <magnus@libriotech.no> Tested on top of bug 39081. |