Bugzilla – Attachment 179126 Details for
Bug 39289
Batch extend due date tool only displays the first 20 checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39289: Display all checkouts in the batch extend due date tools
Bug-39289-Display-all-checkouts-in-the-batch-exten.patch (text/plain), 1.19 KB, created by
Jonathan Druart
on 2025-03-10 15:22:25 UTC
(
hide
)
Description:
Bug 39289: Display all checkouts in the batch extend due date tools
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-10 15:22:25 UTC
Size:
1.19 KB
patch
obsolete
>From 37ad61815a0ff3439671fbfad4b234918dfdcf66 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Mar 2025 16:21:12 +0100 >Subject: [PATCH] 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. >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index 1ad2df7bc4a..f3eab4e5f58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -271,6 +271,7 @@ > dom: "t", > order: [], > paginate: false, >+ pageLength: -1, > }); > > $("#extend_due_dates_form").on("submit", function (e) { >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39289
:
179126
|
179193