[Rt-commit] [rtir] 08/08: Show chart when clicking Chart link from search results
Kevin Falcone
falcone at bestpractical.com
Fri Jul 12 22:55:35 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9/search-menus
in repository rtir.
commit 94612d6ab8924008ab22b66903cb0ceb38f04264
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Apr 26 13:05:14 2013 -0400
Show chart when clicking Chart link from search results
---
html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index c1349b9..2ed524b 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -449,7 +449,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
if ( $args{'Query'} ) {
PageMenu()->child(
chart => title => loc('Chart'),
- path => "/RTIR/Search/Reporting.html?". $query_string->( %args ),
+ path => "/RTIR/Search/Reporting.html?ShowChart=1&". $query_string->( %args ),
);
my $more = PageMenu->child( more => title => loc('Feeds') );
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list