* Code for task #119474.

This commit is contained in:
sunguangming
2024-05-30 14:17:45 +08:00
parent acdf92c08f
commit e465d1768f
9 changed files with 132 additions and 47 deletions
+1 -1
View File
@@ -2891,7 +2891,7 @@ class executionModel extends model
if($storyType == 'requirement' and $execution->model == 'ipd') $this->dao->update(TABLE_STORY)->set('status')->eq('developing')->where('id')->eq($storyID)->exec();
}
if(!isset($output['laneID']) or !isset($output['columnID'])) $this->kanban->updateLane($executionID, $storyType);
if(!isset($output['laneID']) or !isset($output['columnID'])) $this->kanban->updateLane($executionID);
return true;
}