Bugzilla – Attachment 30855 Details for
Bug 12432
Saved reports tabs not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12432 [QA Followup] - Make "All" tab work when switching back to it
PASSED-QA-Bug-12432-QA-Followup---Make-All-tab-wor.patch (text/plain), 1.13 KB, created by
Katrin Fischer
on 2014-08-15 17:17:05 UTC
(
hide
)
Description:
[PASSED QA] Bug 12432 [QA Followup] - Make "All" tab work when switching back to it
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-15 17:17:05 UTC
Size:
1.13 KB
patch
obsolete
>From 30ac566e450dd6c86d32abe446318566f9522c14 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 6 Aug 2014 17:36:18 -0500 >Subject: [PATCH] [PASSED QA] Bug 12432 [QA Followup] - Make "All" tab work > when switching back to it > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >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 46ae365..eebf086 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 >@@ -89,6 +89,10 @@ $(document).ready(function(){ > > var g_id = $(ui.newTab).children().attr('id'); > var g_name = $(ui.newTab).text(); >+ if ( g_name == _("All") ) { >+ g_id = ""; >+ g_name = ""; >+ } > > if (g_id && g_id.length > 0) { > rtable.fnFilter('^' + g_name + '$', 4, true, true, true, false); >-- >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 12432
:
30214
|
30242
|
30831
|
30854
| 30855