mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
131909 mward: REPO-892: allow creation of enabled/disabled users git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132319 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -251,6 +251,7 @@ public class PersonUpdate
|
||||
addToMap(properties, ContentModel.PROP_MOBILE, getMobile());
|
||||
addToMap(properties, ContentModel.PROP_TELEPHONE, getTelephone());
|
||||
addToMap(properties, ContentModel.PROP_USER_STATUS, getUserStatus());
|
||||
addToMap(properties, ContentModel.PROP_ENABLED, isEnabled());
|
||||
addToMap(properties, ContentModel.PROP_EMAIL_FEED_DISABLED,
|
||||
isEmailNotificationsEnabled() != null ? !isEmailNotificationsEnabled() : null);
|
||||
|
||||
|
Reference in New Issue
Block a user