From ca9b47ab020e373ecc60a8c4e78d5b445ff7d449 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 25 Jul 2025 07:14:20 +0000 Subject: [PATCH] * [misc] skip empty value. --- module/testcase/ui/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/ui/edit.html.php b/module/testcase/ui/edit.html.php index 16e32c256c..6107098108 100644 --- a/module/testcase/ui/edit.html.php +++ b/module/testcase/ui/edit.html.php @@ -221,7 +221,7 @@ detailBody set::name('story'), set::type('casestories'), set::params("productID={$case->product}&moduleID={$case->module}&branch={$case->branch}&storyID={$case->story}"), - set::value($case->story) + $case->story ? set::value($case->story) : null ) ) ) : null,