From 188452dbaf2538ea452ae38b2f0d7ede7841bdb5 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 17 Apr 2025 03:15:03 +0000 Subject: [PATCH] * [bug#61616,done,0.2h] fix bug. --- module/testcase/ui/batchedit.html.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/module/testcase/ui/batchedit.html.php b/module/testcase/ui/batchedit.html.php index e8ab1e919d..21b0c254dc 100644 --- a/module/testcase/ui/batchedit.html.php +++ b/module/testcase/ui/batchedit.html.php @@ -114,14 +114,15 @@ else ); $items[] = array ( - 'name' => 'story', - 'label' => $lang->testcase->story, - 'control' => 'picker', - 'width' => '180px', - 'ditto' => true, - 'items' => $stories, - 'hidden' => !isset($visibleFields['story']), - 'required' => isset($requiredFields['story']) + 'name' => 'story', + 'label' => $lang->testcase->story, + 'control' => 'picker', + 'width' => '180px', + 'ditto' => true, + 'defaultDitto' => 'off', + 'items' => $stories, + 'hidden' => !isset($visibleFields['story']), + 'required' => isset($requiredFields['story']) ); $items[] = array (