[Rt-commit] rt branch, 4.4/autocomplete-queues-rt-config, created. rt-4.4.0-53-g14489f0

Dustin Graves dustin at bestpractical.com
Tue Mar 1 15:57:43 EST 2016


The branch, 4.4/autocomplete-queues-rt-config has been created
        at  14489f06aaca3fb4fb00754661de130214ec38aa (commit)

- Log -----------------------------------------------------------------
commit 14489f06aaca3fb4fb00754661de130214ec38aa
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Mar 1 20:52:46 2016 +0000

    add RT_Config.pm documentation for $AutoCompleteQueues settting
    
    Fixes: I#31717

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index bb9eebe..6852ff2 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1495,6 +1495,18 @@ is ignored. Helpful when owners list is huge in the query builder.
 
 Set($AutocompleteOwnersForSearch, 0);
 
+=item C<$AutocompleteQueues>
+
+If set to 1, any queue drop-downs are replaced by text fields that
+autocomplete. This can alleviate the sometimes huge queue list for
+installations with many queues, and can also increase page load
+times in some cases. A user can override this setting as a personal
+preference.
+
+=cut
+
+Set($AutocompleteQueues, 0);
+
 =item C<$UserSearchFields>
 
 Used by the User Autocompleter as well as the User Search.

-----------------------------------------------------------------------


More information about the rt-commit mailing list