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 {