Skip to content
Snippets Groups Projects
Commit a3cc2f1e authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch '23961-can-t-share-project-with-groups' into 'master'

Only skip group when it's actually a group in the "Share with group" select

Fixes #23961

See merge request !7262
parents e4c05de7 5f1d3ec5
No related branches found
No related tags found
No related merge requests found
Loading
@@ -7,7 +7,7 @@ class Projects::GroupLinksController < Projects::ApplicationController
Loading
@@ -7,7 +7,7 @@ class Projects::GroupLinksController < Projects::ApplicationController
@group_links = project.project_group_links.all @group_links = project.project_group_links.all
   
@skip_groups = @group_links.pluck(:group_id) @skip_groups = @group_links.pluck(:group_id)
@skip_groups << project.group.try(:id) @skip_groups << project.namespace_id unless project.personal?
end end
   
def create def create
Loading
Loading
---
title: Only skip group when it's actually a group in the "Share with group" select
merge_request: 7262
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment