mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
63078: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 62851: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2) 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@64261 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_PRIORITY, instance.getPriority());
|
||||
properties.put(ContentModel.PROP_CREATED, instance.getCreate());
|
||||
properties.put(ContentModel.PROP_OWNER, instance.getActorId());
|
||||
properties.put(ContentModel.PROP_OWNER, AuthenticationUtil.getFullyAuthenticatedUser());
|
||||
|
||||
// map jBPM comments
|
||||
// NOTE: Only use first comment in list
|
||||
|
Reference in New Issue
Block a user