Bugzilla – Attachment 17933 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]
proposed patch
0001-Bug-10184-Disable-default-sort-on-circ-history.patch (text/plain), 1.17 KB, created by
Colin Campbell
on 2013-05-03 14:56:29 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2013-05-03 14:56:29 UTC
Size:
1.17 KB
patch
obsolete
>From ccf42431112af661bfdcc44c83958b7dfbd7787a 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] Disable default sort on circ history > >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 >--- > 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 32c91a7..18f9060 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.3.rc0.10.g8974033 >
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