mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
71587: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 70327: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3) 70241: MNT-10122: Merged DEV to V4.1-BUG-FIX (4.1.9) 63046: MNT-10122 Related to MNT-2234 - Incorrect workflow history when using jBPM - In JBPMEngine.getTaskProperties() was added ContentModel.PROP_CREATOR property. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74687 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
<#else>
|
||||
null,
|
||||
</#if>
|
||||
"creator":
|
||||
<#if task.creator??>
|
||||
{
|
||||
"userName": "${task.creator.userName}"<#if task.creator.firstName??>,
|
||||
"firstName": "${task.creator.firstName}"</#if><#if task.creator.lastName??>,
|
||||
"lastName": "${task.creator.lastName}"</#if><#if task.creator.avatar??>,
|
||||
"avatar": "${task.creator.avatar}"</#if>
|
||||
},
|
||||
<#else>
|
||||
null,
|
||||
</#if>
|
||||
"properties":
|
||||
<@propertiesJSON properties=task.properties />,
|
||||
"propertyLabels":
|
||||
|
Reference in New Issue
Block a user