* Merge master.

This commit is contained in:
tianshujie
2023-02-13 14:33:35 +08:00
parent 4f2ca7d709
commit a097e0ca52
+1
View File
@@ -253,6 +253,7 @@ class programplan extends control
$this->view->parentStageList = $this->programplan->getParentStageList($this->session->project, $planID, $plan->product);
$this->view->enableOptionalAttr = (empty($parentStage) or (!empty($parentStage) and $parentStage->attribute == 'mix'));
$this->view->isTopStage = $this->programplan->checkTopStage($planID);
$this->view->PMUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst', $plan->PM);
$this->display();
}