Commit f741a7dd authored by Sean McGivern's avatar Sean McGivern

Merge branch '11235-quick-actions-do-not-work-when-issues-are-opened-from-alerts-ce' into 'master'

Allow usage of quick actions for internal users

See merge request gitlab-org/gitlab-ce!28071
parents ff64584c c512c148
...@@ -44,7 +44,6 @@ class GlobalPolicy < BasePolicy ...@@ -44,7 +44,6 @@ class GlobalPolicy < BasePolicy
prevent :access_api prevent :access_api
prevent :access_git prevent :access_git
prevent :receive_notifications prevent :receive_notifications
prevent :use_quick_actions
end end
rule { required_terms_not_accepted }.policy do rule { required_terms_not_accepted }.policy do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment