* fix bug#230

This commit is contained in:
chencongzhi520@gmail.com
2011-09-17 03:33:14 +00:00
parent 67add5116f
commit 2e0a49750f
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ class bug extends control
$this->view->productName = $this->products[$productID];
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($productID, $viewType = 'bug', $startModuleID = 0);
$this->view->stories = $stories;
$this->view->projects = $this->product->getProjectPairs($productID);
$this->view->projects = $this->loadModel('project')->filterDeleted($this->product->getProjectPairs($productID));
$this->view->builds = $builds;
$this->view->tasks = $this->loadModel('task')->getProjectTaskPairs($projectID);
$this->view->moduleID = $moduleID;