* Finish task #92304.

This commit is contained in:
Yagami
2023-05-06 16:21:28 +08:00
parent aaef26d757
commit b94a69a0b8
7 changed files with 10 additions and 10 deletions
+1
View File
@@ -278,6 +278,7 @@ class programplan extends control
$this->view->position[] = $this->lang->programplan->edit;
$this->view->isCreateTask = $this->programplan->isCreateTask($planID);
$this->view->plan = $plan;
$this->view->project = $this->project->getByID($plan->project);
$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);