Commit 881dadc0 authored by Pavel Shutsin's avatar Pavel Shutsin

Merge branch 'incubation-5mp-feature-flag-tweak' into 'master'

Support group level feature flag for 5mp

See merge request gitlab-org/gitlab!82973
parents 63dbf730 11b8f303
......@@ -25,7 +25,7 @@ class Projects::GoogleCloud::BaseController < Projects::ApplicationController
end
def feature_flag_enabled!
unless Feature.enabled?(:incubation_5mp_google_cloud, project)
unless Feature.enabled?(:incubation_5mp_google_cloud)
track_event('feature_flag_enabled!', 'access_denied', 'feature_flag_not_enabled')
access_denied!
end
......
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