summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-05-06 07:46:43 +0000
committerSean McGivern <sean@gitlab.com>2019-05-06 07:46:43 +0000
commitc512c148786e1f19acb958f91969170357a933ed (patch)
treef36db3aef42d6d8e03666fb2f42ad2d3c2a11691
parentff64584cfaddb170cfa3a5c647ee4783cdb6058e (diff)
downloadgitlab-ce-c512c148786e1f19acb958f91969170357a933ed.tar.gz
Allow usage of quick actions for internal users
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