Allowed were missing on LDAP/External user logins

SVN:trunk[699]
This commit is contained in:
Romain Quetiez
2010-08-25 15:27:44 +00:00
parent 7c91d266ea
commit 34cd4a01da
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class UserExternal extends User
MetaModel::Init_InheritAttributes();
// Display lists
MetaModel::Init_SetZListItems('details', array('contactid', 'first_name', 'email', 'login', 'language', 'profile_list')); // Attributes to be displayed for the complete details
MetaModel::Init_SetZListItems('details', array('contactid', 'first_name', 'email', 'login', 'language', 'profile_list', 'allowed_org_list')); // Attributes to be displayed for the complete details
MetaModel::Init_SetZListItems('list', array('first_name', 'last_name', 'login')); // Attributes to be displayed for a list
// Search criteria
MetaModel::Init_SetZListItems('standard_search', array('login', 'contactid')); // Criteria of the std search form