From f625acccd6cb7502ea45f7c9fedf3abeb280fc9c Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 28 Feb 2025 07:34:14 +0000 Subject: [PATCH] * [bug#60178,done,0.1h] fix bug. --- module/execution/ui/kanban.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/ui/kanban.html.php b/module/execution/ui/kanban.html.php index 126ee3ffd3..be73531dc5 100644 --- a/module/execution/ui/kanban.html.php +++ b/module/execution/ui/kanban.html.php @@ -306,6 +306,7 @@ div set::id('kanbanList'), zui::kanbanList ( + set('$replace', false), set::key('kanban'), set::items($kanbanList), set::height('calc(100vh - 120px)'),