* Finish task #36457.
This commit is contained in:
@@ -157,7 +157,7 @@ class bug extends control
|
||||
$productIDList = $productID ? $productID : array_keys($this->products);
|
||||
|
||||
/* Get bugs. */
|
||||
$bugs = $this->bug->getBugs($productIDList, $executions, $branch, $browseType, $moduleID, $queryID, $sort, $pager);
|
||||
$bugs = $this->bug->getBugs($productIDList, $executions, $branch, $browseType, $moduleID, $queryID, $sort, $pager, $this->session->PRJ);
|
||||
|
||||
/* Process the sql, get the conditon partion, save it to session. */
|
||||
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'bug', $browseType == 'needconfirm' ? false : true);
|
||||
|
||||
Reference in New Issue
Block a user