* Fix bug of custom cols in testcase.

This commit is contained in:
liumengyi
2023-10-26 08:56:19 +08:00
parent 6329d308b3
commit 990cd0d32c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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'];
}
}