[Rt-commit] r13506 - rt/3.8/trunk/share/html/Ticket/Graphs

ruz at bestpractical.com ruz at bestpractical.com
Fri Jun 20 19:27:28 EDT 2008


Author: ruz
Date: Fri Jun 20 19:27:26 2008
New Revision: 13506

Modified:
   rt/3.8/trunk/share/html/Ticket/Graphs/index.html

Log:
* define type of saved searches we use for graphs

Modified: rt/3.8/trunk/share/html/Ticket/Graphs/index.html
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Graphs/index.html	(original)
+++ rt/3.8/trunk/share/html/Ticket/Graphs/index.html	Fri Jun 20 19:27:26 2008
@@ -82,7 +82,7 @@
 foreach my $level ( 0 .. 6 ) {
     push @save_arguments, "Level-". $level ."-Properties";
 }
-my $saved_search = { };
+my $saved_search = { Type => 'Graph' };
 push @results, $m->comp( '/Search/Elements/EditSearches:Init',
     %ARGS,
     Query        => \%ARGS,


More information about the Rt-commit mailing list