This commit is contained in:
孙广明
2022-07-26 13:20:41 +08:00
parent 0ae6d0440f
commit 867f5467d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ class execution extends control
$memberPairs = $this->user->processAccountSort($memberPairs);
/* Build the search form. */
$actionURL = $this->createLink('execution', 'bug', "executionID=$executionID&productID=$productID&orderBy=$orderBy&build=$build&type=bysearch&queryID=myQueryID");
$actionURL = $this->createLink('execution', 'bug', "executionID=$executionID&productID=$productID&branch=$branch&orderBy=$orderBy&build=$build&type=bysearch&queryID=myQueryID");
$this->execution->buildBugSearchForm($products, $queryID, $actionURL);
$product = $this->product->getById($productID);