Bugzilla – Attachment 14426 Details for
Bug 9349
Saved reports: sort broken on creation date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9349: fix on date sort in Saved Reports
SIGNED-OFF-Bug-9349-fix-on-date-sort-in-Saved-Repo.patch (text/plain), 1.22 KB, created by
Owen Leonard
on 2013-01-04 16:56:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9349: fix on date sort in Saved Reports
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-01-04 16:56:29 UTC
Size:
1.22 KB
patch
obsolete
>From 45d1914bc389eda090744bae736e45d42cc165c2 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 4 Jan 2013 17:32:13 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9349: fix on date sort in Saved Reports >Content-Type: text/plain; charset="utf-8" > >Allows the dd/mm/yyyy format to be correctly sorted >in the Saved Reports table. > >TEST PLAN : >Try with different date formats (system preference "dateformat") >Before patch, the "dd/mm/yyyy" is not well sorted. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../en/modules/reports/guided_reports_start.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index c055b2b..8bfce98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -62,6 +62,7 @@ $(document).ready(function(){ > [% END %] > // call the tablesorter plugin > $("#table_reports").tablesorter({ >+ [% IF ( dateformat_metric ) %]dateFormat: 'uk',[% END %] > widgets : ['zebra'], > sortList: [[1,0]], > headers: { >-- >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 9349
:
14423
| 14426