Skip to content

Commit

Permalink
BUGFIX: Fix hideInMenu setting for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Mar 8, 2018
1 parent 545049e commit 3862887
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Resources/Private/Fusion/Backend/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,11 @@ backend = Neos.Fusion:Template {
}
isActive = true
target = 'Window'
@if.isAvailable = ${Neos.Ui.Modules.isAvailable(submoduleName)}

@if {
isNotHiddenInMenu = ${!submodule.hideInMenu}
isAvailable = ${Neos.Ui.Modules.isAvailable(submoduleName)}
}
}
}

Expand Down

0 comments on commit 3862887

Please sign in to comment.