* task 2011

This commit is contained in:
chujilu
2014-08-14 14:22:39 +08:00
parent 0a4698989d
commit 16d3078300
5 changed files with 31 additions and 2 deletions
+2
View File
@@ -730,6 +730,7 @@ class bug extends control
$bug = $this->bug->getById($bugID);
$productID = $bug->product;
$bugs = $this->bug->getProductBugPairs($productID);
$this->bug->setMenu($this->products, $productID);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->bug->resolve;
@@ -737,6 +738,7 @@ class bug extends control
$this->view->position[] = $this->lang->bug->resolve;
$this->view->bug = $bug;
$this->view->bugs = $bugs;
$this->view->users = $this->user->getPairs('nodeleted', $bug->openedBy);
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID);
$this->view->actions = $this->action->getList('bug', $bugID);