Bugzilla – Attachment 33684 Details for
Bug 13288
Saved reports tabs broken by DataTables upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13288: Fix filtering on the saved reports table
SIGNED-OFF-Bug-13288-Fix-filtering-on-the-saved-re.patch (text/plain), 1.42 KB, created by
Owen Leonard
on 2014-11-19 17:30:05 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13288: Fix filtering on the saved reports table
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-11-19 17:30:05 UTC
Size:
1.42 KB
patch
obsolete
>From 02c4dddf0e06f767cad5927d8b6f614d6dfd6b26 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 19 Nov 2014 10:12:30 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 13288: Fix filtering on the saved reports > table >Content-Type: text/plain; charset="utf-8" > >Since bug 12986 has been pushed, the tabs don't filter correctly the >table on the saved report list (reports/guided_reports.pl?phase=Use >saved > >Test plan: >Go on Reports > Guided reports wizard > Saved reports >Verify the tabs work as expected. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 6b630a4..24b7f78 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 >@@ -76,7 +76,7 @@ $(document).ready(function(){ > 'aaSorting': [[ 1, "asc" ]], > 'aoColumnDefs': [ > { 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1] }, >- { 'bSearchable': false, 'aTargets': [3, 4] }, >+ { 'bSearchable': false, 'aTargets': [3] }, > { "aTargets": [ 1, 2 ], "sType": "natural" } > ], > "aoColumns": [ >-- >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 13288
:
33672
|
33684
|
33696