Commit 71ffadaa authored by Kamil Trzciński's avatar Kamil Trzciński

Fix `license_compliance_denies_mr` feature flag

It appears that this feature flag should be
`default_enabled: true`
parent 684630e8
......@@ -5,7 +5,7 @@ module Projects
before_action :authorize_read_licenses!, only: [:index]
before_action :authorize_admin_software_license_policy!, only: [:create, :update]
before_action do
push_frontend_feature_flag(:license_compliance_denies_mr, default_enabled: false)
push_frontend_feature_flag(:license_compliance_denies_mr, default_enabled: true)
end
def index
......
---
name: license_compliance_denies_mr
introduced_by_url:
rollout_issue_url:
group:
type: development
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