[Rt-commit] rt branch, master, updated. rt-4.4.4-55-g6b37a3036
Jim Brandt
jbrandt at bestpractical.com
Thu Apr 4 09:13:06 EDT 2019
The branch, master has been updated
via 6b37a3036e39cc7bc059bcb5eb49fb501a2e3611 (commit)
from c017009e314ee0b3ff96ba3863d3202e2ca7a7f4 (commit)
Summary of changes:
etc/RT_Config.pm.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 6b37a3036e39cc7bc059bcb5eb49fb501a2e3611
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Apr 4 09:09:33 2019 -0400
Default search result count display to on
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 36de13fe2..b76f85f00 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1434,11 +1434,11 @@ Set($DefaultSearchResultOrder, 'ASC');
=item C<$ShowSearchResultCount>
-Display search result count on ticket lists. Defaults to 0 (hide them).
+Display search result count on ticket lists. Defaults to 1 (show them).
=cut
-Set($ShowSearchResultCount, 0);
+Set($ShowSearchResultCount, 1);
=item C<%FullTextSearch>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list