diff --git a/module/custom/control.php b/module/custom/control.php index 773fa415d0..ebc111a224 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -38,6 +38,14 @@ class custom extends control $this->app->loadLang($module); $this->app->loadConfig('story'); $fieldList = $this->lang->$module->$field; + + if($module == 'bug' and $field == 'typeList') + { + unset($fieldList['designchange']); + unset($fieldList['newfeature']); + unset($fieldList['trackthings']); + } + if(!empty($_POST)) { if($module == 'story' && $field == 'review')