Bugzilla – Attachment 104426 Details for
Bug 24561
Add a datatables API wrapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24561: (follow-up) Use full_numbers for pagingType
Bug-24561-follow-up-Use-fullnumbers-for-pagingType.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2020-05-06 14:12:07 UTC
(
hide
)
Description:
Bug 24561: (follow-up) Use full_numbers for pagingType
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-06 14:12:07 UTC
Size:
1.23 KB
patch
obsolete
>From ee9a23dee2b48394e5e36cb43f5cee47614dc993 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 5 May 2020 18:26:48 -0300 >Subject: [PATCH] Bug 24561: (follow-up) Use full_numbers for pagingType > >We are trying to keep the current datatables behaviour so this is a >trivial yet sensible change. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 055bb74b56..f1594d4b07 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -519,7 +519,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > "paging": true, > 'serverSide': true, > 'searching': true, >- 'pagingType': 'full', >+ 'pagingType': 'full_numbers', > 'ajax': { > 'type': 'GET', > 'cache': true, >-- >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 24561
:
98612
|
98624
|
99254
|
99255
|
99723
|
100039
|
100126
|
100401
|
103727
|
104037
|
104384
|
104424
|
104425
| 104426