[freeside-commits] freeside/rt/etc RT_Config.pm.in,1.13,1.14

Mark Wells mark at wavetail.420.am
Thu Feb 17 17:24:47 PST 2011


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv23639/etc

Modified Files:
	RT_Config.pm.in 
Log Message:
option to include resolved tickets in search, RT#11658

Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- RT_Config.pm.in	17 Feb 2011 00:52:25 -0000	1.13
+++ RT_Config.pm.in	18 Feb 2011 01:24:45 -0000	1.14
@@ -1559,6 +1559,16 @@
 
 Set($DefaultTimeUnitsToHours, 0);
 
+=item C<$SimpleSearchIncludeResolved>
+
+By default, the simple ticket search in the top bar excludes "resolved" tickets
+unless a status argument is specified.  Set this to a true value to include 
+them.
+
+=cut
+
+Set($SimpleSearchIncludeResolve, 0);
+
 =back
 
 =head1 L<Net::Server> (rt-server) Configuration



More information about the freeside-commits mailing list