Bugzilla – Attachment 125913 Details for
Bug 29193
DataTables only showing 20 results on checkout search and patrons search on request.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29193: Update DataTables option iDisplayLength to pageLength
Bug-29193-Update-DataTables-option-iDisplayLength-.patch (text/plain), 937 bytes, created by
Nick Clemens (kidclamp)
on 2021-10-07 19:34:30 UTC
(
hide
)
Description:
Bug 29193: Update DataTables option iDisplayLength to pageLength
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-10-07 19:34:30 UTC
Size:
937 bytes
patch
obsolete
>From 5e7473801ce6df202e75182ee25f39d1fcccea0a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 7 Oct 2021 19:34:01 +0000 >Subject: [PATCH] Bug 29193: Update DataTables option iDisplayLength to > pageLength > >--- > koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js b/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >index fa44b3e96a..7aab46eb7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/circ-patron-search-results.js >@@ -7,7 +7,7 @@ $(document).ready(function() { > { > "aaSorting": [ 0, "asc" ], > "sDom": "t", >- "iDisplayLength": -1 >+ "pageLength": -1 > }, > columns_settings_borrowers_table, null); > }); >-- >2.20.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 29193
:
125913
|
125961
|
125984
|
126021