From b8cd8fa47711883b611e8769bad38196c66b893c Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 19 Jun 2024 15:42:31 +0800 Subject: [PATCH] - [bug#51276,doing,0.2h] Move the appened point to ipd extension. --- module/execution/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index b81bd749a5..bc9eaa8fc8 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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;