* Merge module-bug 18.4-18.8 to Merge184.
This commit is contained in:
@@ -126,7 +126,7 @@ class bug extends control
|
||||
|
||||
$this->bugZen->buildBrowseSearchForm($productID, $branch, $queryID);
|
||||
|
||||
$executions = $this->loadModel('execution')->getPairs($this->projectID, 'all', 'empty|withdelete|hideMultiple');
|
||||
$executions = $this->loadModel('execution')->fetchPairs($this->projectID, 'all', 'empty|withdelete|hideMultiple');
|
||||
$bugs = $this->bugZen->getBrowseBugs((int)$product->id, $branch, $browseType, array_keys($executions), $moduleID, $queryID, $realOrderBy, $pager);
|
||||
|
||||
$this->bugZen->buildBrowseView($bugs, (object)$product, $branch, $browseType, $moduleID, $executions, $param, $orderBy, $pager);
|
||||
|
||||
Reference in New Issue
Block a user