* Fix bug #45142.
This commit is contained in:
@@ -130,6 +130,7 @@ class datatableModel extends model
|
||||
if(!isset($set['name'])) $setting[$field]['name'] = $field;
|
||||
if($module == 'testcase' && $field == 'id') $setting[$field]['name'] = 'caseID';
|
||||
if($field == 'actions' && empty($setting[$field]['width'])) $setting[$field]['width'] = $fieldList[$field]['width'];
|
||||
if(in_array($module, array('project', 'execution')) and empty($this->config->setCode)) unset($setting['code']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user