mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1506: Update Person - implement
- added implementation for update personService - added tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132117 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -359,6 +359,10 @@ public class Person
|
||||
addToMap(properties, ContentModel.PROP_SIZE_QUOTA, getQuota());
|
||||
addToMap(properties, ContentModel.PROP_SIZE_CURRENT, getQuotaUsed());
|
||||
addToMap(properties, ContentModel.PROP_PERSONDESC, getDescription());
|
||||
addToMap(properties, ContentModel.PROP_ENABLED, isEnabled());
|
||||
|
||||
Boolean isEmailNotificationsEnabled = isEmailNotificationsEnabled();
|
||||
addToMap(properties, ContentModel.PROP_EMAIL_FEED_DISABLED, (isEmailNotificationsEnabled == null ? null : !isEmailNotificationsEnabled.booleanValue()));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user