* Merge module-bug 18.4-18.8 to Merge184.

This commit is contained in:
chaideqing
2023-11-23 11:12:39 +08:00
parent 71d76c6c50
commit e5c33475fb
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -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);