Bug 39289 - Batch extend due date tool only displays the first 20 checkouts
Summary: Batch extend due date tool only displays the first 20 checkouts
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 39081 24846
Blocks: 39290
  Show dependency treegraph
 
Reported: 2025-03-10 15:16 UTC by Jonathan Druart
Modified: 2025-03-12 09:17 UTC (History)
0 users

See Also:
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 39289: Display all checkouts in the batch extend due date tools (1.19 KB, patch)
2025-03-10 15:22 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 39289: Display all checkouts in the batch extend due date tools (1.27 KB, patch)
2025-03-12 07:59 UTC, Magnus Enger
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-03-10 15:16:17 UTC

    
Comment 1 Jonathan Druart 2025-03-10 15:22:25 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2025-03-10 15:22:56 UTC
Marked as depend on bug 39081, but must be backport (and patch adjusted).
Comment 3 Magnus Enger 2025-03-12 07:59:35 UTC
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.