diff --git a/module/kanban/model.php b/module/kanban/model.php index b24674dfb9..20dfc10a32 100644 --- a/module/kanban/model.php +++ b/module/kanban/model.php @@ -883,7 +883,10 @@ class kanbanModel extends model { if(!isset($cards[$cardID])) continue; - $card = zget($cards, $cardID); + $card = zget($cards, $cardID); + $card->column = $cell->column; + $card->lane = $cell->lane; + $card->actions = array(); foreach($actions as $action) {