* [refac bug #57595] Set estStarted and realStarted field for task tree.
This commit is contained in:
@@ -2587,6 +2587,7 @@ class taskModel extends model
|
||||
}
|
||||
|
||||
/* Process parent-child task info. */
|
||||
$parentIdList = array();
|
||||
foreach($tasks as $task)
|
||||
{
|
||||
if($task->parent > 0) $parentIdList[] = $task->parent;
|
||||
|
||||
Reference in New Issue
Block a user