Bugzilla – Attachment 125984 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: Specify paging as false in circ-patron-search-results.js
Bug-29193-Specify-paging-as-false-in-circ-patron-s.patch (text/plain), 1.30 KB, created by
Owen Leonard
on 2021-10-08 18:16:32 UTC
(
hide
)
Description:
Bug 29193: Specify paging as false in circ-patron-search-results.js
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-10-08 18:16:32 UTC
Size:
1.30 KB
patch
obsolete
>From bd853ad3e1d06d22d7e05cd28bc65a3f6b455e3c 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: Specify paging as false in > circ-patron-search-results.js > >This patch removes paging from patron searches using circ-patron-search-results.js > >To test: >1 - Browse to a record >2 - Click on the 'Holds' tab >3 - Search for 'a' in patrons >4 - Note you see only 20 results >5 - Sort by name and note that you see different results >6 - Apply patch >7 - Reload page and search >8 - Note you see all results > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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..578a1b8a2d 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 >+ "paging": false > }, > 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