Bugzilla – Attachment 179193 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.27 KB, created by
Magnus Enger
on 2025-03-12 07:59:35 UTC
(
hide
)
Description:
Bug 39289: Display all checkouts in the batch extend due date tools
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2025-03-12 07:59:35 UTC
Size:
1.27 KB
patch
obsolete
>From 072c80844574c90dfd6cdd40447eb32c8359cd17 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. > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Tested on top of bug 39081. >--- > .../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 1ad2df7bc4..f3eab4e5f5 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