* Fix bug of custom cols in testcase.
This commit is contained in:
@@ -122,6 +122,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') $setting[$field]['width'] = $fieldList[$field]['width'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user