* Set the name of the col id is id instead of caseID.

This commit is contained in:
daitingting
2023-10-25 07:22:34 +00:00
parent 4dcdf93fc7
commit e59e6e70a8
+2
View File
@@ -160,6 +160,8 @@ $config->testsuite->linkcase->dtable->fieldList['pri'] = $config->testcase->d
$config->testsuite->linkcase->dtable->fieldList['type'] = $config->testcase->dtable->fieldList['type'];
$config->testsuite->linkcase->dtable->fieldList['status'] = $config->testcase->dtable->fieldList['status'];
$config->testsuite->linkcase->dtable->fieldList['id']['name'] = 'id';
$config->testsuite->linkcase->dtable->fieldList['version']['name'] = 'version';
$config->testsuite->linkcase->dtable->fieldList['version']['title'] = $lang->testsuite->linkVersion;
$config->testsuite->linkcase->dtable->fieldList['version']['type'] = 'text';