[Rt-commit] rt branch, 4.0/fix-user-autocomplete-config-doc, created. rt-4.0.0rc7-9-g8d44583

Thomas Sibley trs at bestpractical.com
Mon Apr 11 15:57:01 EDT 2011


The branch, 4.0/fix-user-autocomplete-config-doc has been created
        at  8d44583a52442271697c08961e8700fa20c00255 (commit)

- Log -----------------------------------------------------------------
commit 8d44583a52442271697c08961e8700fa20c00255
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Apr 11 15:40:12 2011 -0400

    Remove incorrect documentation regarding user autocomplete fields
    
    Autocomplete will work on the standard set of fields when limiting.  The
    accessible restriction comes into play only if we try to display the
    inaccessible fields, which we don't do.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index c59ccbe..9e398ec 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1327,11 +1327,6 @@ Specifies which fields of L<RT::User> to match against and how to
 match each field when autocompleting users.  Valid match methods are
 LIKE, STARTSWITH, ENDSWITH, =, and !=.
 
-Not all User fields are publicly accessible and hence won't work for
-autocomplete unless you override their accessibility using a local
-overlay or a plugin.  Out of the box the following fields are public:
-Name, EmailAddress, RealName, NickName, and Organization.
-
 =cut
 
 Set($UserAutocompleteFields, {

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


More information about the Rt-commit mailing list