From 8336a41a0b7c28300996fa983dbf48ac18b47808 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 28 Aug 2025 05:47:22 +0000 Subject: [PATCH] * [bug#64939,done,0.2h] fix bug. --- module/task/ui/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/ui/create.html.php b/module/task/ui/create.html.php index 0ef6939158..89c8ffad49 100644 --- a/module/task/ui/create.html.php +++ b/module/task/ui/create.html.php @@ -100,7 +100,7 @@ formGridPanel ( set::tagName('div'), setID('teamTable'), - set::mode('add'), + set::mode(!empty($task->team) ? 'edit' : 'add'), !empty($task->team) ? set::data(array_values($task->team)) : null, set::sortable(true), set::size('sm'),