Skip to content
Snippets Groups Projects
Commit 12189098 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 6e38f84b
No related branches found
No related tags found
Loading
......@@ -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