Skip to content
Snippets Groups Projects
Commit c8d230e9 authored by S.Listl's avatar S.Listl Committed by Sebastian Listl
Browse files

Workflow starting fixed

(cherry picked from commit 209fdb37)
parent 7a69d627
No related branches found
No related tags found
No related merge requests found
......@@ -1024,7 +1024,6 @@
<title>Start workflow</title>
<onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/startworkflow/onActionProcess.js</onActionProcess>
<iconId>VAADIN:PLAY</iconId>
<state>INVISIBLE</state>
</entityActionField>
<entityField>
<name>STANDARD_ADDRESS</name>
......
......@@ -735,7 +735,6 @@
<title>Start workflow</title>
<onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/startworkflow/onActionProcess.js</onActionProcess>
<iconId>VAADIN:PLAY</iconId>
<state>INVISIBLE</state>
</entityActionField>
</entityFields>
<recordContainers>
......
......@@ -39,7 +39,7 @@ WorkflowUtils.openNewInstance = function (pVariables, pTargetId, pTargetContext)
neon.openContext("WorkflowInstance", null, null, neon.OPERATINGSTATE_NEW, {
"ProcessVariables_param" : JSON.stringify(pVariables),
"TargetContext_param" : pTargetContext
"TargetContext_param" : pVariables.targetContext
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment