Bugzilla – Attachment 14424 Details for
Bug 9182
Saved reports list : wrong sortable columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9182: fix on sortable columns on Saved reports
SIGNED-OFF-Bug-9182-fix-on-sortable-columns-on-Sav.patch (text/plain), 1.69 KB, created by
Owen Leonard
on 2013-01-04 16:46:23 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9182: fix on sortable columns on Saved reports
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-01-04 16:46:23 UTC
Size:
1.69 KB
patch
obsolete
>From 8cee0dffa724a8ee12097651a0664ef5c79b3988 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 4 Jan 2013 17:07:40 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9182: fix on sortable columns on Saved > reports >Content-Type: text/plain; charset="utf-8" > >When displaying the Saved reports, since 3.10 the number of columns is >higher but the datasorter parameters have not been changed accordingly. >It's thus impossible to sort on the author or the creation date, for >example. > >TEST PLAN : >1) Check sortable columns before applying : some useful columns are not >sortable, while the last columns are sortable (but don't need to be). > >2) Once the patch is applied, the "non sortable" columns are the correct >ones. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../en/modules/reports/guided_reports_start.tt | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >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 fa0ae38..c055b2b 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 >@@ -65,11 +65,10 @@ $(document).ready(function(){ > widgets : ['zebra'], > sortList: [[1,0]], > headers: { >- 6: { sorter: false}, >- 7: { sorter: false}, >- 8: { sorter: false}, >- 9: { sorter: false}, >- 10: { sorter: false} >+ 10: { sorter: false}, >+ 11: { sorter: false}, >+ 12: { sorter: false}, >+ 13: { sorter: false} > } > }).tablesorterPager({ > container: $("#pagertable_reports"), >-- >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 9182
:
13800
|
13801
|
13815
|
14422
|
14424
|
14555