Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 12:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 12:09:48 +0300
commit6419f4883904680223a460291f9c538719283058 (patch)
tree9e1bfd94f9a0ff5f5e11cb6016fe968ea3865de8 /app/services/groups
parent00d1f41541a21e13e3c6bd94d897dc5e4da8278a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/groups')
-rw-r--r--app/services/groups/create_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/groups/create_service.rb b/app/services/groups/create_service.rb
index 68bb6427350..25a1e9a9873 100644
--- a/app/services/groups/create_service.rb
+++ b/app/services/groups/create_service.rb
@@ -39,7 +39,6 @@ module Groups
if @group.save
@group.add_owner(current_user)
Integration.create_from_active_default_integrations(@group, :group_id)
- Onboarding::Progress.onboard(@group)
end
end