* Modify the parent swimlane column data.

This commit is contained in:
tianshujie
2021-10-27 15:47:53 +08:00
parent d6d04e1152
commit af47fbde25
+1 -1
View File
@@ -216,7 +216,7 @@ class kanbanModel extends model
$data->type = $colType;
$data->cards = '';
if(strpos(',developing,developed,', $colType) !== false) $data->parent = $devColumnID;
if(strpos(',develop,', $colType) !== false) $data->parent = -1;
if($colType == 'develop') $data->parent = -1;
if(strpos(',develop,', $colType) === false)
{
$taskStatus = $this->config->kanban->taskColumnStatusList[$colType];