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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-05 15:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-05 15:09:39 +0300
commit8dbc985bec96cad1e9a3315f38be27eb2374e5dc (patch)
tree4a4b010ebb11d110b3144d12f32bac0c9ad4dde8 /app/policies
parentdea522994156f9d427b1acc0a22b0e75ffe92c68 (diff)
Add latest changes from gitlab-org/gitlab@master
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