Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Missing Language Fallback in Menu Viewhelper #1918

Open
siwa-pparzer opened this issue Oct 31, 2024 · 0 comments
Open

BUG: Missing Language Fallback in Menu Viewhelper #1918

siwa-pparzer opened this issue Oct 31, 2024 · 0 comments

Comments

@siwa-pparzer
Copy link

I have checked that the bug exists in the dev-development branch
Yes

I have checked that there are no already open issues or recently closed issues about this bug
Yes

Describe the bug
Non created pages with a language fallback to another language are missing in de menu

To Reproduce
Steps to reproduce the behavior:

  1. Create page structure with language fallback
  2. Use Directory ViewHelper to create menu
  3. See missing menu entry

Expected behavior
show page in menu

Additional context
could be easily solved:
https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/PageService.php#L160
use $languageAspect ?? $languageUid as language parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant