* [misc] Add the buitin stage and point when install.

This commit is contained in:
xieqiyu
2025-10-27 06:01:06 +00:00
parent 5ac959d5c8
commit ecfe784069
5 changed files with 35 additions and 19 deletions
-1
View File
@@ -1255,7 +1255,6 @@ 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;
}