diff options
author | mark <mark> | 2011-02-18 01:24:45 +0000 |
---|---|---|
committer | mark <mark> | 2011-02-18 01:24:45 +0000 |
commit | 393804c70b9ed1e3acac49011e6e07d12988b960 (patch) | |
tree | 12263eec4744c988acb72a236fe8b81437487c3b /rt/etc/RT_Config.pm.in | |
parent | 5cb4d011200281328b15ca3e0878c7ecd6f5d0e2 (diff) |
option to include resolved tickets in search, RT#11658
Diffstat (limited to 'rt/etc/RT_Config.pm.in')
-rw-r--r-- | rt/etc/RT_Config.pm.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 6b99b61a5..4fa08949e 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -1559,6 +1559,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 |