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

WorkflowInstance contentprocess check for null

(cherry picked from commit cf360587)
parent 046fca28
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@ else
wfInstances = _getInstances(workflowDefId, workflowDefKey);
}
if (!wfInstances)
wfInstances = [];
wfInstances = wfInstances.map(function (instance)
{
return [
......
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