summaryrefslogtreecommitdiff
path: root/app/services/groups/group_links/update_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/groups/group_links/update_service.rb')
-rw-r--r--app/services/groups/group_links/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/groups/group_links/update_service.rb b/app/services/groups/group_links/update_service.rb
index 71b52cb616c..3703d535482 100644
--- a/app/services/groups/group_links/update_service.rb
+++ b/app/services/groups/group_links/update_service.rb
@@ -13,7 +13,7 @@ module Groups
group_link.update!(group_link_params)
if requires_authorization_refresh?(group_link_params)
- group_link.shared_with_group.refresh_members_authorized_projects
+ group_link.shared_with_group.refresh_members_authorized_projects(direct_members_only: true)
end
end