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:
authorSean McGivern <sean@mcgivern.me.uk>2017-04-07 14:18:40 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-04-07 14:18:40 +0300
commitdca2aaaf6ba03f6491b04e7df912f2f1bc156fb1 (patch)
tree24a15e4586f13aa727aa5f3cb7b7e8b9cfe95443 /app/policies
parent333a4c8cf523ff0098d84b070ffbaf1828646b7b (diff)
parent60c121ebc202e0de31a5a6212346128341d2766b (diff)
Merge branch 'feature/service-desk-be-backport' into 'master'
Backport permissions and multi-line array to CE See merge request !10507
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/global_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/global_policy.rb b/app/policies/global_policy.rb
index cb72c2b4590..4757ba71680 100644
--- a/app/policies/global_policy.rb
+++ b/app/policies/global_policy.rb
@@ -10,6 +10,7 @@ class GlobalPolicy < BasePolicy
can! :access_api
can! :access_git
can! :receive_notifications
+ can! :use_slash_commands
end
end
end