From f77ad21c48ecbf6fde8e927dfe6e0431bf9d77e1 Mon Sep 17 00:00:00 2001 From: wangyuting2 <851424971@qq.com> Date: Fri, 3 Feb 2023 13:59:59 +0800 Subject: [PATCH] * Fix bug #25538. --- module/programplan/control.php | 1 + module/programplan/view/edit.html.php | 4 ++++ 2 files changed, 5 insertions(+) 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;?>