* Add a default color to the kanban column.
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user