Matthew-Wise / feature-flagging-umbraco

MIT License
15 stars 3 forks source link

Tabs are hidden when they only consist of groups of properties #11

Closed davidstroem closed 8 months ago

davidstroem commented 10 months ago

If you create a tab with groups of properties, the tab is hidden by this package. There should be a check for !Tabs.Properties.Any() before looping through properties and checking features.

image

CMS: 12.2.0

Our.FeatureFlags: Latest version

Matthew-Wise commented 9 months ago

Thanks @davidstroem, I will need to take a look at this, as I need to work out if its possible to hide the tab if the group has no properties.

Matthew-Wise commented 8 months ago

Hi @davidstroem

A little more delayed than I wanted but version 2.1.0 is now out with a fix for this - https://www.nuget.org/packages/Our.FeatureFlags/2.1.0 along with updated dependencies.