This commit is contained in:
tianshujie
2022-04-01 15:50:34 +08:00
parent 4fa721b0bb
commit 4503f0b9d8
4 changed files with 6 additions and 20 deletions
+1
View File
@@ -276,6 +276,7 @@ class design extends control
$this->view->design = $design;
$this->view->project = $this->loadModel('project')->getByID($design->project);
$this->view->stories = $this->loadModel('story')->getProductStoryPairs($design->product);
$this->view->users = $this->loadModel('user')->getPairs('noclosed');
$this->display();
}