* testcase: render the stage column by a function, fix bug #110284.

This commit is contained in:
liugang
2024-01-03 14:08:40 +08:00
parent c71393e49c
commit 0330fb765e
2 changed files with 1 additions and 6 deletions
-6
View File
@@ -115,12 +115,6 @@ foreach($cases as $case)
$case->browseType = $browseType;
initTableData(array($case), $cols, $this->testcase);
if($case->isScene) continue;
$stages = array_filter(explode(',', $case->stage));
foreach($stages as $key => $stage) $stages[$key] = zget($lang->testcase->stageList, $stage);
$case->stage = implode($lang->comma, $stages);
}
$linkParams = '';