Commit b2666425 authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'remove-duplicate-auth-refresh-on-project-create' into 'master'

Remove duplicate authorization refresh on project create

See merge request gitlab-org/gitlab!25426
parents c1f17d01 c85831f7
---
title: Remove duplicate authorization refresh for group members on project creation
merge_request:
author:
type: performance
...@@ -48,8 +48,6 @@ module EE ...@@ -48,8 +48,6 @@ module EE
super super
create_predefined_push_rule create_predefined_push_rule
project.group&.refresh_members_authorized_projects
end end
# rubocop: disable CodeReuse/ActiveRecord # rubocop: disable CodeReuse/ActiveRecord
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment