* rewrite count() method

* change the config of story review
This commit is contained in:
chujilu
2014-08-21 20:41:42 +08:00
parent 7b61d60845
commit dffe80c44b
7 changed files with 39 additions and 18 deletions
-2
View File
@@ -737,7 +737,6 @@ 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;
@@ -745,7 +744,6 @@ 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);