From e5d464d0fb90cb7228add67c10761497c00081e5 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 11 Jun 2025 15:39:57 +0800 Subject: [PATCH] * [bug#61424,done,0,2h] show error tips under textarea. --- module/testcase/zen.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/testcase/zen.php b/module/testcase/zen.php index a4165ae9ac..a8e029c3f3 100755 --- a/module/testcase/zen.php +++ b/module/testcase/zen.php @@ -1973,8 +1973,7 @@ class testcaseZen extends testcase { if(!empty($value) && empty($case->steps[$exportID])) { - $index = str_replace('.', '\.', $exportID); - $caseErrors["desc[{$i}][{$index}]"][] = sprintf($this->lang->testcase->stepsEmpty, $exportID); + $caseErrors["steps[{$i}]"][] = sprintf($this->lang->testcase->stepsEmpty, $exportID); } }