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-11-05 09:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-05 09:09:27 +0300
commit9a35de9bc54ad243a0ae11a17246de2996a6e19a (patch)
tree5423f8e786f70f8e2931cd884be38d8ca2d85779 /app/policies
parente17e27b84b98ef473bf9dd5aacf25acb228f6a3b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/project_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/project_policy.rb b/app/policies/project_policy.rb
index b0818d1de6c..06c3b6f96b9 100644
--- a/app/policies/project_policy.rb
+++ b/app/policies/project_policy.rb
@@ -537,6 +537,7 @@ class ProjectPolicy < BasePolicy
enable :read_web_hooks
enable :read_upload
enable :destroy_upload
+ enable :admin_incident_management_timeline_event_tag
end
rule { public_project & metrics_dashboard_allowed }.policy do