Commit bc2401db authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '267325-remove-ff-auto-fix-indicator' into 'master'

Enable globally autofix indicator

See merge request gitlab-org/gitlab!51631
parents 9653f2f0 e24d9e45
......@@ -6,7 +6,7 @@ module Projects
include SecurityDashboardsPermissions
before_action do
push_frontend_feature_flag(:secure_vulnerability_autofix_indicator, @project)
push_frontend_feature_flag(:secure_vulnerability_autofix_indicator, @project, default_enabled: true)
end
feature_category :vulnerability_management
......
---
title: Enable auto-fix indicator feature
merge_request: 51631
author:
type: changed
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/288347
milestone: '13.7'
type: development
group: group::composition analysis
default_enabled: false
default_enabled: true
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