[Rt-commit] '' 04/04: Show chart when clicking Chart link from search results

Jim Brandt jbrandt at bestpractical.com
Fri Apr 26 15:27:59 EDT 2013


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 2.9/search-menu-fixes
in repository rtir.

commit 4cecc96e9f806559e7b22c7b5416a49a20f81358
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 59fcbea..e52e670 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -452,7 +452,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
 
         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