mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Workflow:
- Some fixes after merging with Gav's latest web client updates - Display of Outcome on completed Tasks - Saving of Task with null Due Date - Fix to how workflow service api IDs are represented git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3598 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -244,7 +244,7 @@ public class WorkflowBean
|
||||
String transition = (String)task.properties.get(WorkflowModel.PROP_OUTCOME);
|
||||
if (transition != null)
|
||||
{
|
||||
WorkflowTransition[] transitions = task.path.node.transitions;
|
||||
WorkflowTransition[] transitions = task.definition.node.transitions;
|
||||
for (WorkflowTransition trans : transitions)
|
||||
{
|
||||
if (trans.id.equals(transition))
|
||||
|
Reference in New Issue
Block a user