Bugzilla – Attachment 18383 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]
[SIGNED-OFF] Bug 10184 - Circulation History reverses sort order
SIGNED-OFF-Bug-10184---Circulation-History-reverse.patch (text/plain), 1.30 KB, created by
Owen Leonard
on 2013-05-24 12:31:08 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10184 - Circulation History reverses sort order
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-05-24 12:31:08 UTC
Size:
1.30 KB
patch
obsolete
>From 6057b8675f5d6c79a6a6c43f14f012c4d90ccc74 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] [SIGNED-OFF] Bug 10184 - Circulation History reverses sort > order >Content-Type: text/plain; charset="utf-8" > >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 > >http://bugs.koha-community.org/show_bug.cgi?id=10184 >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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.7.9.5
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