* Finish task#51115,51116,51120,51121,51133

This commit is contained in:
zenggang
2022-03-22 07:11:57 +00:00
parent f7b4ea2ac6
commit 784e153159
7 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ class bug extends control
$this->view->productName = isset($this->products[$productID]) ? $this->products[$productID] : '';
$this->view->moduleOptionMenu = $moduleOptionMenu;
$this->view->stories = $stories;
$this->view->projects = defined('TUTORIAL') ? $this->loadModel('tutorial')->getProject() : $projects;
$this->view->projects = defined('TUTORIAL') ? $this->loadModel('tutorial')->getProjectPairs() : $projects;
$this->view->project = $project;
$this->view->executions = defined('TUTORIAL') ? $this->loadModel('tutorial')->getExecutionPairs() : $executions;
$this->view->builds = $builds;