This commit is contained in:
holan20180123
2021-03-12 15:01:08 +08:00
parent eee180eb5e
commit 39a273978c
3 changed files with 34 additions and 26 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class bug extends control
$this->view->moduleID = $moduleID;
$this->view->memberPairs = $this->user->getPairs('noletter|nodeleted');
$this->view->branch = $branch;
$this->view->branches = $this->loadModel('branch')->getPairs($productID);
$this->view->branches = $this->loadModel('branch')->getPairs($productID, 'noempty');
$this->view->executions = $executions;
$this->view->plans = $this->loadModel('productplan')->getPairs($productID);
$this->view->stories = $storyList;