* 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
@@ -38,7 +38,7 @@ class projectBuild extends control
$this->config->build->search['fields']['project'] = $this->project->lang->projectCommon;
$this->config->build->search['params']['project'] = array('operator' => '=', 'control' => 'select', 'values' => array('' => '') + $projects);
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL);
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL, 'project');
if($type == 'bysearch')
{