* Compatible ipd project::execution.
This commit is contained in:
@@ -4749,6 +4749,7 @@ class executionModel extends model
|
||||
|
||||
/* Append tasks and child stages. */
|
||||
if(!empty($execution->tasks)) $rows = $this->appendTasks($execution->tasks, $rows);
|
||||
if(!empty($execution->points)) $rows = $this->appendPoints($execution->points, $rows);
|
||||
}
|
||||
|
||||
return $rows;
|
||||
|
||||
Reference in New Issue
Block a user