- [bug#51276,doing,0.2h] Move the appened point to ipd extension.

This commit is contained in:
hufangzhou
2024-06-19 15:58:32 +08:00
committed by 王于听
parent 933528ad8e
commit b8cd8fa477
-1
View File
@@ -4766,7 +4766,6 @@ 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;