Commit 535d5da7 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'enable-license-compliance-local-install' into 'master'

Enable license compliance for local intalls

See merge request gitlab-org/gitlab!26770
parents 828ae5ba 5edb3452
......@@ -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