* finish task #2342.

This commit is contained in:
wangyidong
2015-10-22 17:18:34 +08:00
parent df23f3b43e
commit 578d47a409
14 changed files with 69 additions and 38 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ class bug extends control
$this->view->bug = $bug;
$this->view->productID = $productID;
$this->view->productName = $this->products[$productID];
$this->view->plans = $this->loadModel('productplan')->getPairs($productID);
$this->view->plans = $this->loadModel('productplan')->getPairs($productID, $bug->branch);
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($productID, $viewType = 'bug', $startModuleID = 0);
$this->view->currentModuleID = $currentModuleID;
$this->view->projects = $this->product->getProjectPairs($bug->product);