* [task#150567] Add builtin stage and points for IPD project flow.

This commit is contained in:
xieqiyu
2025-10-14 07:42:47 +00:00
parent a62dddfc25
commit 295ace66d5
4 changed files with 81 additions and 0 deletions
+1
View File
@@ -1255,6 +1255,7 @@ class projectModel extends model
if($project->acl != 'open') $this->loadModel('user')->updateUserView(array($projectID), 'project');
if(empty($project->multiple) and $project->model != 'waterfall' and $project->model != 'waterfallplus') $this->loadModel('execution')->createDefaultSprint($projectID);
if(!empty($project->workflowGroup) && $project->model == 'ipd') $this->loadModel('stage')->addBuiltinPoint($project->workflowGroup);
return $projectID;
}