mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
63079: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 62900: Reverse merge from V4.2-BUG-FIX (4.2.2) to V4.1-BUG-FIX (4.1.8) 62851: Reverse merged << Caused build error https://bamboo.alfresco.com/bamboo/browse/ALF-ENTERPRISEV42BUGFIX-194 >> 62778: MNT-10122: Related to MNT-2234 - Incorrect workflow history when using jBPM. In JBPMEngine.getTaskProperties() for ContentModel.PROP_OWNER set curren user. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64262 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2933,7 +2933,7 @@ public class JBPMEngine extends AlfrescoBpmEngine implements WorkflowEngine
|
|||||||
properties.put(WorkflowModel.PROP_COMPLETION_DATE, instance.getEnd());
|
properties.put(WorkflowModel.PROP_COMPLETION_DATE, instance.getEnd());
|
||||||
properties.put(WorkflowModel.PROP_PRIORITY, instance.getPriority());
|
properties.put(WorkflowModel.PROP_PRIORITY, instance.getPriority());
|
||||||
properties.put(ContentModel.PROP_CREATED, instance.getCreate());
|
properties.put(ContentModel.PROP_CREATED, instance.getCreate());
|
||||||
properties.put(ContentModel.PROP_OWNER, AuthenticationUtil.getFullyAuthenticatedUser());
|
properties.put(ContentModel.PROP_OWNER, instance.getActorId());
|
||||||
|
|
||||||
// map jBPM comments
|
// map jBPM comments
|
||||||
// NOTE: Only use first comment in list
|
// NOTE: Only use first comment in list
|
||||||
|
Reference in New Issue
Block a user