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>2022-01-17 21:16:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-17 21:16:07 +0300
commitd409d12963ae433979c54a8ba54f3a1dd4455e52 (patch)
tree25da3ed9d7cacbb38539c3682fae8827903ec9af /app/policies
parent8432be20de0a29f4dde4980efe37d013c9e90034 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/project_policy.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/policies/project_policy.rb b/app/policies/project_policy.rb
index d89a449bdd5..55f43cd9f7b 100644
--- a/app/policies/project_policy.rb
+++ b/app/policies/project_policy.rb
@@ -240,7 +240,6 @@ class ProjectPolicy < BasePolicy
enable :read_wiki
enable :read_issue
enable :read_label
- enable :read_work_items_hierarchy
enable :read_milestone
enable :read_snippet
enable :read_project_member
@@ -573,7 +572,6 @@ class ProjectPolicy < BasePolicy
enable :read_issue_board_list
enable :read_wiki
enable :read_label
- enable :read_work_items_hierarchy
enable :read_milestone
enable :read_snippet
enable :read_project_member