Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/group_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/group_policy.rb b/app/policies/group_policy.rb
index 5b22851a98c..447251c6442 100644
--- a/app/policies/group_policy.rb
+++ b/app/policies/group_policy.rb
@@ -202,6 +202,7 @@ class GroupPolicy < Namespaces::GroupProjectNamespaceSharedPolicy
enable :read_package
enable :read_crm_organization
enable :read_crm_contact
+ enable :read_confidential_issues
end
rule { maintainer }.policy do