diff --git a/module/project/control.php b/module/project/control.php index 1f1fad0f92..7797a999ee 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -425,6 +425,7 @@ class project extends control $this->config->bug->search['params']['product']['values'] = array(''=>''); } $this->config->bug->search['params']['project']['values'] = array(''=>'') + $projects + array('all'=>$this->lang->project->aboveAllProject); + $this->config->bug->search['module'] = 'importBug'; unset($this->config->bug->search['fields']['resolvedBy']); unset($this->config->bug->search['fields']['closedBy']); unset($this->config->bug->search['fields']['status']);