Merge branch 'kanban'

This commit is contained in:
孙广明
2021-12-20 10:59:07 +08:00
88 changed files with 5582 additions and 113 deletions
+1 -1
View File
@@ -1987,7 +1987,7 @@ class execution extends control
$kanbanGroup = $this->loadModel('kanban')->getExecutionKanban($executionID, $browseType, $groupBy);
if(empty($kanbanGroup))
{
$this->kanban->createLanes($executionID, $browseType, $groupBy);
$this->kanban->createExecutionLane($executionID, $browseType, $groupBy);
$kanbanGroup = $this->kanban->getExecutionKanban($executionID, $browseType, $groupBy);
}