Commit 5d68c237 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'port-missing-code-from-ee-in-group_policy' into 'master'

Add a missing policy allowance in GroupPolicy

See merge request gitlab-org/gitlab-ce!23906
parents 98cf9edb eb9dcea6
...@@ -40,6 +40,7 @@ class GroupPolicy < BasePolicy ...@@ -40,6 +40,7 @@ class GroupPolicy < BasePolicy
rule { guest }.policy do rule { guest }.policy do
enable :read_group enable :read_group
enable :read_list
enable :upload_file enable :upload_file
enable :read_label enable :read_label
end 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