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:
authorPeter Leitzen <pleitzen@gitlab.com>2019-05-06 10:46:43 +0300
committerSean McGivern <sean@gitlab.com>2019-05-06 10:46:43 +0300
commitc512c148786e1f19acb958f91969170357a933ed (patch)
treef36db3aef42d6d8e03666fb2f42ad2d3c2a11691 /app/policies/global_policy.rb
parentff64584cfaddb170cfa3a5c647ee4783cdb6058e (diff)
Allow usage of quick actions for internal users
Just prevent support bots from using quick actions in EE
Diffstat (limited to 'app/policies/global_policy.rb')
-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