[freeside-commits] freeside/rt/etc RT_Config.pm.in,1.11,1.11.4.1

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.11
retrieving revision 1.11.4.1
diff -u -w -d -r1.11 -r1.11.4.1
--- RT_Config.pm.in	21 Jul 2010 21:07:22 -0000	1.11
+++ RT_Config.pm.in	18 Feb 2011 01:24:56 -0000	1.11.4.1
@@ -1529,6 +1529,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