Skip to content
Snippets Groups Projects
Commit f237b2ed authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

WorkflowTask afterSave fieldnames fixed

parent fcdadc8b
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ if (entityData["FORMRESULT"])
else
{
var params = {
"TaskTitle_param" : rowData["NAME.value"]
"TaskTitle_param" : rowData["NAME"]
};
//if you try to open the task now, it will display "Task done"
neon.openContext("WorkflowTask", "WorkflowTaskPreview_view", [rowData["UID.value"]], neon.OPERATINGSTATE_VIEW, params);
neon.openContext("WorkflowTask", "WorkflowTaskPreview_view", [rowData["UID"]], neon.OPERATINGSTATE_VIEW, params);
}
}
\ No newline at end of file
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