mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
ALF-3709: User Status on Profile. Added cm:userStatus text property to cm:person and exposed the current value via the GET userprofile webscript. The property can be updated with the existing webscripts as a generic map of person properties is accepted.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21316 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
"companyemail": <#if person.properties.companyemail??>"${person.properties.companyemail}"<#else>null</#if>,
|
"companyemail": <#if person.properties.companyemail??>"${person.properties.companyemail}"<#else>null</#if>,
|
||||||
"skype": <#if person.properties.skype??>"${person.properties.skype}"<#else>null</#if>,
|
"skype": <#if person.properties.skype??>"${person.properties.skype}"<#else>null</#if>,
|
||||||
"instantmsg": <#if person.properties.instantmsg??>"${person.properties.instantmsg}"<#else>null</#if>,
|
"instantmsg": <#if person.properties.instantmsg??>"${person.properties.instantmsg}"<#else>null</#if>,
|
||||||
|
"userStatus": <#if person.properties.userStatus??>"${person.properties.userStatus}"<#else>null</#if>,
|
||||||
"googleusername": <#if person.properties.googleusername??>"${person.properties.googleusername}"<#else>null</#if>,
|
"googleusername": <#if person.properties.googleusername??>"${person.properties.googleusername}"<#else>null</#if>,
|
||||||
"quota": <#if person.properties.sizeQuota??>${person.properties.sizeQuota?c}<#else>-1</#if>,
|
"quota": <#if person.properties.sizeQuota??>${person.properties.sizeQuota?c}<#else>-1</#if>,
|
||||||
"sizeCurrent": <#if person.properties.sizeCurrent??>${person.properties.sizeCurrent?c}<#else>0</#if>,
|
"sizeCurrent": <#if person.properties.sizeCurrent??>${person.properties.sizeCurrent?c}<#else>0</#if>,
|
||||||
|
Reference in New Issue
Block a user