diff --git a/module/execution/model.php b/module/execution/model.php index 00f4f38d0b..2df95aca22 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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);