FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
190 stars 229 forks source link

[BUG] Since 6.1 v:page.languageMenu the default language is missing in >= v9 with limited languages #1784

Open Mabahe opened 2 years ago

Mabahe commented 2 years ago

This is a regression from change ca9bbe4b26d835925c89cea7723662c27050373a.

Using attribute languages including default language 0 it's missing in the menu now. In getLanguagesFromSysLanguage the default language is added in any case: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Page/LanguageMenuViewHelper.php#L370

This is missing in getLanguagesFromSiteConfiguration.