searchFields = $dashletData['MyEcmStockStatesDashlet']['searchFields']; $this->columns = $dashletData['MyEcmStockStatesDashlet']['columns']; if(empty($def['title'])) $this->title = translate('LBL_LIST_MY_ECMSTOCKSTATES', 'EcmStockStates'); $this->seedBean = new EcmStockState(); } function displayOptions() { require_once('modules/Releases/Release.php'); $this->processDisplayOptions(); $seedRelease = new Release(); $this->currentSearchFields['fixed_in_release']['input'] = ''; $this->currentSearchFields['found_in_release']['input'] = ''; $this->configureSS->assign('searchFields', $this->currentSearchFields); return $this->configureSS->fetch($this->configureTpl); } } ?>