From a097e0ca5279bd43fb9ecd9535a46003c20dbe8d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 13 Feb 2023 14:33:35 +0800 Subject: [PATCH] * Merge master. --- module/programplan/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/programplan/control.php b/module/programplan/control.php index 5868e95c40..a4705f6ee2 100644 --- a/module/programplan/control.php +++ b/module/programplan/control.php @@ -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(); }