option to include resolved tickets in search, RT#11658
[freeside.git] / rt / etc / RT_Config.pm.in
index 58ce1cd..2a50c91 100644 (file)
@@ -1529,6 +1529,16 @@ Use this to set the default units for time entry to hours instead of minutes.
 
 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
@@ -1780,7 +1790,7 @@ C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));>
 
 =cut
 
-Set(@Plugins, (qw(RTx::Calendar)));
+Set(@Plugins, (qw(RTx::Calendar))); #RTx::Checklist ));
 
 =back