From 18e8d5b7f4ccd260ce90bf0fc0f88b7496f4a7bc Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 13 Dec 2023 14:19:38 +0800 Subject: [PATCH] * kanban: rename var. --- module/kanban/ui/splitcolumn.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/kanban/ui/splitcolumn.html.php b/module/kanban/ui/splitcolumn.html.php index f70fa0737c..276d55444b 100644 --- a/module/kanban/ui/splitcolumn.html.php +++ b/module/kanban/ui/splitcolumn.html.php @@ -46,7 +46,7 @@ for($index = 0; $index <= 1; $index ++) set('class', 'input-group-addon'), $lang->kanban->WIPCount ), - input(set::name("WIPCount[$index]"), set::disabled(true), set::style(array('width' => '80px'))), + input(set::name("limit[$index]"), set::disabled(true), set::style(array('width' => '80px'))), span ( set('class', 'input-group-addon'),