Merge branch 'sprint/tianshujie_fixbug' into 'master'
* Fix bug #23289. See merge request easycorp/zentaopms!3742
This commit is contained in:
@@ -2379,6 +2379,7 @@ class kanbanModel extends model
|
||||
$cell->lane = $laneID;
|
||||
$cell->column = $colID;
|
||||
$cell->type = $type;
|
||||
$cell->cards = $cardID ? ",$cardID," : '';
|
||||
|
||||
$this->dao->insert(TABLE_KANBANCELL)->data($cell)->exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user