From 7fadd94b726171edf78a3c65a5dffa9300177a78 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 30 Aug 2024 09:58:42 +0800 Subject: [PATCH] + [bug#54029,done,0.5h] sync attribute to sub stages. --- module/programplan/model.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/programplan/model.php b/module/programplan/model.php index 2e27dbd8a5..207cbd4ccc 100755 --- a/module/programplan/model.php +++ b/module/programplan/model.php @@ -349,6 +349,8 @@ class programplanModel extends model /* Add PM to stage teams and project teams. */ if(!empty($plan->PM)) $this->execution->addExecutionMembers($stageID, array($plan->PM)); if($plan->acl != 'open') $updateUserViewIdList[] = $stageID; + + $this->updateSubStageAttr($stageID, $plan->attribute); } else {