Finish task #46679 and fix a bug.

This commit is contained in:
zhouxin
2021-12-29 03:49:17 +00:00
parent 378b77cec7
commit 2e79c5f869
8 changed files with 43 additions and 33 deletions
+1
View File
@@ -145,6 +145,7 @@ class programplan extends control
$this->view->plans = $this->programplan->getStage($planID ? $planID : $projectID, $this->productID, 'parent');
$this->view->planID = $planID;
$this->view->type = 'lists';
$this->view->PMUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst', $project->PM);
$this->display();
}