* Fix version search problem.
This commit is contained in:
@@ -885,7 +885,7 @@ class project extends control
|
||||
$type = strtolower($type);
|
||||
$queryID = ($type == 'bysearch') ? (int)$param : 0;
|
||||
$actionURL = $this->createLink('project', 'build', "projectID=$projectID&type=bysearch&queryID=myQueryID");
|
||||
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL);
|
||||
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL, 'execution');
|
||||
|
||||
/* Get builds. */
|
||||
if($type == 'bysearch')
|
||||
|
||||
Reference in New Issue
Block a user