You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the MenuViewHelper does not respect this and in fact always falls back to including pages from the default language in the menu.
This is caused by PageService::getMenu() which filters the menu pages by PageService::hidePageForLanguageUid() but does not offer an option to disable the $normalWhenNoLanguage flag.
The text was updated successfully, but these errors were encountered:
We have set up our site with the following to ensure no default content is displayed on translated pages:
However, the
MenuViewHelper
does not respect this and in fact always falls back to including pages from the default language in the menu.This is caused by
PageService::getMenu()
which filters the menu pages byPageService::hidePageForLanguageUid()
but does not offer an option to disable the$normalWhenNoLanguage
flag.The text was updated successfully, but these errors were encountered: