diff --git a/module/project/js/execution.js b/module/project/js/execution.js index 7aa4a513f7..2e1f3c66cc 100644 --- a/module/project/js/execution.js +++ b/module/project/js/execution.js @@ -111,7 +111,7 @@ $(function() if(data.status === 'wait') checkedWait++; if(data.status === 'doing') checkedDoing++; - if(data.nestPathLevel == 1) executionCount++; + if('status' in data) executionCount++; }); if(status != 'all') return (checkedTotal ? checkedExecutions : executionSummary).replace('%s', executionCount);