diff --git a/module/programplan/control.php b/module/programplan/control.php index 9fcd1a3916..d291ba3add 100644 --- a/module/programplan/control.php +++ b/module/programplan/control.php @@ -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; diff --git a/module/programplan/view/edit.html.php b/module/programplan/view/edit.html.php index 3cb46b97eb..5eb95f0798 100644 --- a/module/programplan/view/edit.html.php +++ b/module/programplan/view/edit.html.php @@ -37,6 +37,10 @@ code, "class='form-control'");?> + + programplan->PM;?> + + programplan->percent;?>