mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-892: correctly store and retrieve cm:persondescription as a cm:content blob.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131902 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -217,9 +217,6 @@ public class PersonUpdate
|
||||
addToMap(properties, ContentModel.PROP_USERNAME, getUserName());
|
||||
addToMap(properties, ContentModel.PROP_FIRSTNAME, getFirstName());
|
||||
addToMap(properties, ContentModel.PROP_LASTNAME, getLastName());
|
||||
// What's the correct behaviour here? Store it as "content" somehow?
|
||||
// so that it can be 'inlined' by the code in PeopleImpl.processPersonProperties ?
|
||||
addToMap(properties, ContentModel.PROP_PERSONDESC, getDescription());
|
||||
addToMap(properties, ContentModel.PROP_EMAIL, getEmail());
|
||||
addToMap(properties, ContentModel.PROP_SKYPE, getSkypeId());
|
||||
addToMap(properties, ContentModel.PROP_GOOGLEUSERNAME, getGoogleId());
|
||||
|
Reference in New Issue
Block a user