* Finish task #78662.

This commit is contained in:
孙广明
2022-12-06 15:48:09 +08:00
parent a68d09a11b
commit f06d508e16
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1278,6 +1278,7 @@ class project extends control
$this->view->branchOption = $branchOption;
$this->view->branchTagOption = $branchTagOption;
$this->view->executions = $executions;
$this->view->plans = $this->loadModel('productplan')->getPairs($productID ? $productID : array_keys($products));
$this->view->stories = $storyList;
$this->view->tasks = $taskList;
$this->view->projectPairs = $this->project->getPairsByProgram();