Bugzilla – Attachment 34780 Details for
Bug 13459
Datatables paging slightly broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13459: Fix datatables paging for patron lists
Bug-13459-Fix-datatables-paging-for-patron-lists.patch (text/plain), 2.07 KB, created by
Jonathan Druart
on 2014-12-29 10:01:37 UTC
(
hide
)
Description:
Bug 13459: Fix datatables paging for patron lists
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-29 10:01:37 UTC
Size:
2.07 KB
patch
obsolete
>From 878dd7d9b2e993f167f532930d93ac343961a156 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 27 Dec 2014 21:13:58 +0100 >Subject: [PATCH] Bug 13459: Fix datatables paging for patron lists > >The display of the datatables paging options for the >patron list feature is broken. > >To test: >- Go to tools > patron lists >- The paging for the 'list of lists' is broken >- Select a patron list 'Add more patrons' >- Notice the paging on this page is also broken >- Apply patch >- Verify both pages now display the paging correctly > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 3 ++- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index b55da33..f348cb6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -17,7 +17,8 @@ $(document).ready(function() { > ], > "aoColumnDefs": [ > { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, >- ] >+ ], >+ "sPaginationType": "four_button" > } )); > > $( "#find_patron" ).autocomplete({ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >index 2703144..884bb8f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >@@ -11,7 +11,8 @@ > $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [ > { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, >- ] >+ ], >+ "sPaginationType": "four_button" > } )); > }); > >-- >2.1.0
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 13459
:
34382
|
34706
|
34734
|
34735
|
34736
|
34779
| 34780 |
35057