This commit is contained in:
daitingting
2022-11-18 03:21:58 +00:00
parent 7d92169194
commit 8bc0455d36
+1 -1
View File
@@ -5091,7 +5091,7 @@ class executionModel extends model
$this->config->execution->all->search['actionURL'] = $actionURL;
$projectPairs = array(0 => '');
$projectPairs += $this->loadModel('project')->getPairsByProgram();
$projectPairs += $this->loadModel('project')->getPairsByProgram('', 'all', false, 'order_asc', '', '', 'multiple');
$this->config->execution->all->search['params']['project']['values'] = $projectPairs + array('all' => $this->lang->execution->allProject);
$this->loadModel('search')->setSearchParams($this->config->execution->all->search);