Commit 9da3b69f authored by Jonathan Schafer's avatar Jonathan Schafer

Move changelog and add group to feature flag check

parent 4c63a397
......@@ -3,7 +3,7 @@ class Groups::Security::DashboardController < Groups::ApplicationController
layout 'group'
before_action only: [:show] do
push_frontend_feature_flag(:first_class_vulnerabilities, default_enabled: true)
push_frontend_feature_flag(:first_class_vulnerabilities, group, default_enabled: true)
end
def show
......
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