Merge branch 'kanban' into 'sprint/182_tianshujie_47336'

# Conflicts:
#   module/execution/control.php
This commit is contained in:
孙广明
2022-01-12 07:53:04 +00:00
6 changed files with 185 additions and 180 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ class executionModel extends model
$creatorExists = false;
$teamMembers = array();
if(isset($project) and $project->model != 'kanban') $this->loadModel('kanban')->createExecutionLane($executionID);
if((isset($project) and $project->model != 'kanban') or empty($project)) $this->loadModel('kanban')->createExecutionLane($executionID);
/* Save order. */
$this->dao->update(TABLE_EXECUTION)->set('`order`')->eq($executionID * 5)->where('id')->eq($executionID)->exec();