Bugzilla – Attachment 33696 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]
[PASSED QA] Bug 13288: Fix filtering on the saved reports table
PASSED-QA-Bug-13288-Fix-filtering-on-the-saved-rep.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2014-11-19 19:53:29 UTC
(
hide
)
Description:
[PASSED QA] Bug 13288: Fix filtering on the saved reports table
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-19 19:53:29 UTC
Size:
1.52 KB
patch
obsolete
>From 8041ad9036cdebabf1e18749edc5bf2f5bf6451d 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] [PASSED QA] Bug 13288: Fix filtering on the saved reports > table > >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> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Confirmed problem and that the patch fixes it, passes tests >and QA script. >--- > koha-tmpl/intranet-tmpl/prog/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.9.1
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