[Rt-commit] r6554 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Dec 1 13:49:57 EST 2006


Author: jesse
Date: Fri Dec  1 13:49:56 2006
New Revision: 6554

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Elements/ShowSearch

Log:
 r45277 at pinglin (orig r6487):  clkao | 2006-11-22 03:00:53 -0500
 portlet link should respect searchtype.


Modified: rt/branches/3.6-RELEASE/html/Elements/ShowSearch
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/ShowSearch	(original)
+++ rt/branches/3.6-RELEASE/html/Elements/ShowSearch	Fri Dec  1 13:49:56 2006
@@ -70,7 +70,7 @@
     if ( $SearchArg->{SearchType} ne 'Ticket' ) {
         # XXX: dispatch to different handler here
         $query_display_component = '/Search/Elements/'.$SearchArg->{SearchType};
-        $query_link_url = 'Search/Chart.html';
+        $query_link_url = "Search/$SearchArg->{SearchType}.html";
     }
     else {
 	$customize = $RT::WebPath.'/Search/Build.html?'.


More information about the Rt-commit mailing list