* Add a default color to the kanban column.

This commit is contained in:
tianshujie
2021-10-29 14:49:17 +08:00
parent 2e8baf8959
commit bf032684e4
+1
View File
@@ -249,6 +249,7 @@ class kanbanModel extends model
$data = new stdClass();
$data->lane = $laneID;
$data->name = $name;
$data->color = '#333';
$data->type = $colType;
$data->cards = '';