Commit 3dcfec32 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '13582-enable-license-list-feature' into 'master'

Enable License compliance feature for self-hosted instances

See merge request gitlab-org/gitlab!22250
parents 3b00fec1 99bcfc4b
......@@ -45,7 +45,7 @@ module EE
nav_tabs << :dependencies
end
if ::Feature.enabled?(:licenses_list, project) && can?(current_user, :read_licenses, project)
if can?(current_user, :read_licenses, project)
nav_tabs << :licenses
end
......
---
title: Enable License compliance feature for all instances
merge_request: 22250
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