Skip to content

Commit f33027b

Browse files
liumengyi-luna田淑杰
authored and
田淑杰
committed
* [bug#60314,done,0.2h] get no multiple executions.
1 parent 6bd27ee commit f33027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/bug/control.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function browse(int $productID = 0, string $branch = '', string $browseTy
144144
$actionURL = $this->createLink('bug', 'browse', "productID=$productID&branch=$branch&browseType=bySearch&queryID=myQueryID&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID&from=$from&blockID=$blockID");
145145
$this->bugZen->buildBrowseSearchForm($productID, $branch, $queryID, $actionURL);
146146

147-
$executions = $this->loadModel('execution')->fetchPairs($this->projectID, 'all', 'empty|withdelete|hideMultiple');
147+
$executions = $this->loadModel('execution')->fetchPairs($this->projectID, 'all', false);
148148
$bugs = $this->bugZen->getBrowseBugs((int)$product->id, $branch, $browseType, array_keys($executions), $moduleID, $queryID, $realOrderBy, $pager);
149149

150150
$this->bugZen->buildBrowseView($bugs, (object)$product, $branch, $browseType, $moduleID, $executions, $param, $orderBy, $pager);

0 commit comments

Comments
 (0)