From 1ce962d1776fe9e7704f45891aca579be8d11e9a Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Wed, 15 Dec 2021 14:13:15 +0800 Subject: [PATCH] *Fix bug*Fix bug*Fix bug*Fix bug*Fix bug*Fix bug*Fix bug*Fix bug --- module/kanban/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/model.php b/module/kanban/model.php index 767467b529..81569a6f06 100644 --- a/module/kanban/model.php +++ b/module/kanban/model.php @@ -962,6 +962,7 @@ class kanbanModel extends model elseif($mode == 'independent') { $groupID = $this->createGroup($kanbanID, $regionID); + $kanban = $this->getByID($kanbanID); $this->createDefaultColumns($kanban, $regionID, $groupID); $lane->group = $groupID;