-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
Unset
-
No
-
-
-
Plat-Ex Services Sprint 2, Plat-Ex Services Sprint 3, Plat-Ex Services Sprint 4, Plat-Ex Services Sprint 5, Plat-Ex Services Sprint 6, Plat-Ex Services Sprint 7, Plat-Ex Services Sprint 8, Plat-Ex Services Sprint 9
Navigation links contributed through extensions are always rendered no matter if there are feature flag states which should cause the link to be hidden.
When using `useExtensions` hook, the returned set gets filtered based on feature flags.
However Navigation.ts (https://github.com/openshift/hac-core/blob/main/frontend/src/Navigation.ts#L47) seems to use a different approach.
It should be possible to control the enablement of the navigation extensions using feature flags.