* finish task #2408.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user