From ffb87b0dd5abaf7e8cc7370ef2ccd6093705d394 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 24 Jun 2025 16:27:26 +0800 Subject: [PATCH] * [bug#63559,done,1h,0h] Fix testcase story title hint error. --- module/execution/ui/testcase.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/ui/testcase.html.php b/module/execution/ui/testcase.html.php index a63806e212..466a21fcad 100644 --- a/module/execution/ui/testcase.html.php +++ b/module/execution/ui/testcase.html.php @@ -88,7 +88,8 @@ foreach($cases as $case) } $cols = $this->loadModel('datatable')->getSetting('execution', 'testcase'); -$cols['id']['name'] = $cols['id']['type'] = 'id'; +$cols['story']['hint'] = jsRaw('(info) => info.col.setting.map[info.row.data.story]'); +$cols['id']['name'] = $cols['id']['type'] = 'id'; if(isset($cols['pri'])) $cols['pri']['priList'] = $lang->testcase->priList; dtable