* Fix bug #25814.
This commit is contained in:
@@ -1072,7 +1072,7 @@ class project extends control
|
||||
foreach($teamMembers as $key => $member) $memberPairs[$key] = $member->realname;
|
||||
|
||||
/* Build the search form. */
|
||||
$actionURL = $this->createLink('project', 'bug', "projectID=$projectID&productID=$productID&orderBy=$orderBy&build=$build&type=bysearch&queryID=myQueryID");
|
||||
$actionURL = $this->createLink('project', 'bug', "projectID=$projectID&productID=$productID&branchID=$branchID&orderBy=$orderBy&build=$build&type=bysearch&queryID=myQueryID");
|
||||
$this->loadModel('execution')->buildBugSearchForm($products, $queryID, $actionURL, 'project');
|
||||
|
||||
$showBranch = false;
|
||||
|
||||
Reference in New Issue
Block a user