This commit is contained in:
wangyuting2
2023-02-03 13:59:59 +08:00
parent db6eaa622f
commit f77ad21c48
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ class programplan extends control
$this->app->loadLang('stage');
$this->view->title = $this->lang->programplan->edit;
$this->view->position[] = $this->lang->programplan->edit;
$this->view->PMUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst', $plan->PM);
$this->view->parentStage = $this->programplan->getParentStageList($this->session->project, $planID, $plan->product);
$this->view->isCreateTask = $this->programplan->isCreateTask($planID);
$this->view->plan = $plan;