Feature flag out license compliance extension
This MR adds a nested feature flag to single out License compliance MR widget from being included in the full MR widget extension rollout because it is not ready.
Implementation notes
- Decoupled license compliance from the
refactorMrWidgetsExtensionsflag into it's ownrefactorLicenseComplianceExtension. - does not use nested feature flags. Each feature flag is independent now.
Edited by -

