[Rt-commit] rt branch, 4.2/owner-display, updated. rt-4.1.6-385-g9fc111a
Ruslan Zakirov
ruz at bestpractical.com
Wed May 22 09:26:04 EDT 2013
The branch, 4.2/owner-display has been updated
via 9fc111adc9e9fdbbf11bb7a0d4933d15344c7efb (commit)
from e48b94252c0bb4ab55587515cf695c0300b72d03 (commit)
Summary of changes:
etc/RT_Config.pm.in | 6 ++++++
1 file changed, 6 insertions(+)
- Log -----------------------------------------------------------------
commit 9fc111adc9e9fdbbf11bb7a0d4933d15344c7efb
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Wed May 22 17:24:05 2013 +0400
update docs for AutocompleteOwners in the config
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 279103c..0aacad5 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1407,6 +1407,12 @@ builder are replaced by text fields that autocomplete. This can
alleviate the sometimes huge owner list for installations where many
users have the OwnTicket right.
+Autocompleter is automatically turned on if list contains more than
+50 users, but penalty of executing potentially slow query is still paid.
+
+Drop down doesn't show unprivileged users. If your setup allows unprivileged
+to own ticket then you have to enable autocompleting.
+
=cut
Set($AutocompleteOwners, 0);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list