* Finish task #83956.

This commit is contained in:
hufangzhou
2023-02-08 15:04:18 +08:00
parent 4436a912aa
commit 3986779df3
4 changed files with 29 additions and 1 deletions
+1
View File
@@ -252,6 +252,7 @@ class programplan extends control
$this->view->plan = $plan;
$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->display();
}