From 590353e4c51d055bf10e2b53480f9cbda96aeb41 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 10 May 2013 01:07:48 +0000 Subject: [PATCH] * fix bug #429. --- module/project/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/control.php b/module/project/control.php index 28a885eeaa..29dd6e9ce3 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -442,6 +442,7 @@ class project extends control $this->config->bug->search['params']['project']['values'] = array(''=>'') + $projects + array('all'=>$this->lang->project->aboveAllProject); $this->config->bug->search['module'] = 'importBug'; $this->config->bug->search['params']['confirmed']['values'] = array('' => '') + $this->lang->bug->confirmedList; + $this->config->bug->search['params']['module']['values'] = $this->loadModel('tree')->getOptionMenu($projectID, $viewType = 'bug', $startModuleID = 0); unset($this->config->bug->search['fields']['resolvedBy']); unset($this->config->bug->search['fields']['closedBy']); unset($this->config->bug->search['fields']['status']);