summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-05-02 15:25:28 +0200
committerPeter Leitzen <pleitzen@gitlab.com>2019-05-03 15:49:57 +0200
commit4afb4432588eb015fe962bf7c4825d23a8fabbc0 (patch)
treeb150331145f6fecab633ff247e9bbe07d5550af8
parent8d2c4eac8949cee24566b3f3781451d1c87c534b (diff)
downloadgitlab-ce-11235-quick-actions-do-not-work-when-issues-are-opened-from-alerts-ce.tar.gz
Allow usage of quick actions for internal users11235-quick-actions-do-not-work-when-issues-are-opened-from-alerts-ce
Just prevent support bots from using quick actions in EE
-rw-r--r--app/policies/global_policy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/policies/global_policy.rb b/app/policies/global_policy.rb
index d412a591fdc..e85397422e6 100644
--- a/app/policies/global_policy.rb
+++ b/app/policies/global_policy.rb
@@ -44,7 +44,6 @@ class GlobalPolicy < BasePolicy
prevent :access_api
prevent :access_git
prevent :receive_notifications
- prevent :use_quick_actions
end
rule { required_terms_not_accepted }.policy do