* Fix version search problem.

This commit is contained in:
tianshujie98
2020-12-11 10:22:52 +08:00
parent 4696296c91
commit 6d7fbdc21f
5 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -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')