* Finish task#8951.

This commit is contained in:
qiyu-xie
2021-01-08 08:58:04 +08:00
parent 55902954b8
commit 0e93f81de6
3 changed files with 35 additions and 2 deletions
+1
View File
@@ -167,6 +167,7 @@ class program extends control
$this->view->users = $this->user->getPairs('noclosed|nodeleted');
$this->view->parentProgram = $parentProgramID ? $this->dao->select('*')->from(TABLE_PROGRAM)->where('id')->eq($parentProgramID)->fetch() : 0;
$this->view->parents = $this->program->getParentPairs();
$this->view->PGMList = $this->program->getPGMList();
$this->display();
}