Commit 5edb3452 authored by Fernando Arias's avatar Fernando Arias Committed by Ash McKenzie

Enable license policy tab for local installs

* Default feature flag to true

Add changelog
parent ceec9c1e
......@@ -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_policy_list)
push_frontend_feature_flag(:license_policy_list, default_enabled: true)
end
def index
......
---
title: Enable license compliance policies tab for on prem installs
merge_request:
author:
type: added
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