Commit b0bef50c authored by Jan Provaznik's avatar Jan Provaznik

Fixed conflict in group model

parent f8126dee
......@@ -87,12 +87,7 @@ class Group < Namespace
end
def public_or_visible_to_user(user)
<<<<<<< HEAD
where(
'id IN (?) OR namespaces.visibility_level IN (?)',
=======
where('id IN (?) OR namespaces.visibility_level IN (?)',
>>>>>>> upstream/master
user.authorized_groups.select(:id),
Gitlab::VisibilityLevel.levels_for_user(user))
end
......
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