searchFields = $dashletData['MyBugsDashlet']['searchFields']; $this->columns = $dashletData['MyBugsDashlet']['columns']; if(empty($def['title'])) $this->title = translate('LBL_LIST_MY_BUGS', 'Bugs'); $this->seedBean = new Bug(); } function displayOptions() { $this->processDisplayOptions(); $seedRelease = new Release(); if(!empty($this->searchFields['fixed_in_release'])) { $this->currentSearchFields['fixed_in_release']['input'] = ''; } if(!empty($this->searchFields['found_in_release'])) { $this->currentSearchFields['found_in_release']['input'] = ''; } $this->configureSS->assign('searchFields', $this->currentSearchFields); return $this->configureSS->fetch($this->configureTpl); } } ?>