Bugzilla – Attachment 18410 Details for
Bug 10184
Circulation History reverses sort order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10184 - Circulation History reverses sort order
Bug-10184---Circulation-History-reverses-sort-orde.patch (text/plain), 1.26 KB, created by
Chris Cormack
on 2013-05-27 08:20:14 UTC
(
hide
)
Description:
Bug 10184 - Circulation History reverses sort order
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-05-27 08:20:14 UTC
Size:
1.26 KB
patch
obsolete
>From 1b260f8db3929b87fa2845b8510bf8c8374de854 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 3 May 2013 15:35:44 +0100 >Subject: [PATCH] Bug 10184 - Circulation History reverses sort order > >Issue data is passed to the readingrec template ordered >most recent due date first. Datatables unless specified >otherwise do a presort on the data they will display >the default results in an order the reverse of what was >intended. Disabling the presort preserves the initial sort >order until the user selects a different sort > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 3240421..6084357 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -14,6 +14,7 @@ > [% END %] > $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { > "sPaginationType": "four_button", >+ "aaSorting": [] > })); > }); > //]]> >-- >1.8.1.2
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 10184
:
17933
|
18383
| 18410