summaryrefslogtreecommitdiff
path: root/rt/etc
diff options
context:
space:
mode:
authormark <mark>2011-02-18 01:24:56 +0000
committermark <mark>2011-02-18 01:24:56 +0000
commit9f8decd5ee70e747cd3cec1e0eb917b5493f12e2 (patch)
tree643da64aac3538ed581d29f710f0cf4c83d42e21 /rt/etc
parent545e6b27bc390b7fd898fcac32a4d1686249b7a6 (diff)
option to include resolved tickets in search, RT#11658
Diffstat (limited to 'rt/etc')
-rw-r--r--rt/etc/RT_Config.pm.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index c73a1e52f..2a50c915e 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -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