Skip to content

Draft: Fix bug checking EE features project feature availability

What does this MR do?

Method Project.feature_available? checks for both project features and license features. Nevertheless, when it checks the project features, it only checks ProjectFeature::FEATURES which are FOSS features, but it doesn't check EE ones.

In this MR we fix that by also checking all defined FEATURES.

Does this MR meet the acceptance criteria?

Conformity

Related to #208412 (closed)

Merge request reports