Bugzilla – Attachment 36382 Details for
Bug 13744
Paging on some datatables slightly broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13744: Fix datatables paging on 'checkout history' page
SIGNED-OFF-Bug-13744-Fix-datatables-paging-on-chec.patch (text/plain), 1.48 KB, created by
Nicole C. Engard
on 2015-03-03 10:39:04 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13744: Fix datatables paging on 'checkout history' page
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2015-03-03 10:39:04 UTC
Size:
1.48 KB
patch
obsolete
>From 285fca5be16f2f1cb1536e1da8551be9cfe6df1f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Feb 2015 11:10:59 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 13744: Fix datatables paging on 'checkout > history' page > >The paging in the datatable on the 'circulation history' page >is broken without this patch. > >/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=... > >To test: >- Search for a record with items that have been checked out > in the past >- From the detail page, open the 'checkout history' tab >- Check paging displays correctly with this patch and is > broken without > >Signed-off-by: Nicole <nicole@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index 4cd11ff..50cd561 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -10,7 +10,8 @@ $(document).ready(function() { > "aoColumns": [ > null,null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },{ "sType": "title-string" } > ], >- "aaSorting": [[ 4, "desc" ]] >+ "aaSorting": [[ 4, "desc" ]], >+ "sPaginationType": "full_numbers" > }) > ); > }); </script> >-- >1.7.10.4
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 13744
:
36112
|
36113
|
36117
|
36347
|
36381
|
36382
|
36385
|
36472
|
36473
|
36474