+ [bug#54029,done,0.5h] sync attribute to sub stages.

This commit is contained in:
liumengyi
2024-08-30 10:08:42 +08:00
committed by 田淑杰
parent b09293c818
commit 7fadd94b72
+2
View File
@@ -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
{