Bug #89038
closedHMENUs special "directory" does not work properly with sites fallbackType "free"
0%
Description
Latest TYPO3 9.5.11
My setup:
10 = HMENU 10 { # entryLevel = 2 (this works) special = directory special.value = 2 1 = TMENU 1 { expAll = 1 NO = 1 } 2 = TMENU 2 { NO = 1 } }
Site:
fallBackType: fallback
-> everything works fine
fallbackType: free
> navigation is not rendered with special = directory> removing special and using entryLevel works
It must be connected to how the pages are resolved in different fallbackTypes, for special = directory contains a uid of a page in default language.
Updated by Anonymous about 5 years ago
fallbackType: "strict" also works, for it loads the default language pages and then the related overlays.
Updated by Marcel Macasso about 5 years ago
I can confirm this. Have the same problem when using a menu processor. The moment I set in the site configuration the fallbackType to "free" the menus are empty. "strict" works.
Updated by Daniel Brauer about 5 years ago
confirmed, neither TMENU nor MenuProcessor works
Updated by Anonymous almost 5 years ago
- Related to Bug #88344: HMENU directory incompatible with free mode added
Updated by Anonymous almost 5 years ago
- Related to Bug #89368: Active page added
Updated by Riccardo De Contardi almost 5 years ago
@Tobias Gaertner thanks for the update! Can this one be closed, or is there still work to do here? Thanks again and best regards.
Updated by Anonymous almost 5 years ago
The patch is here: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62466
@Marcel Macasso: can you confirm that patch works with your menu-processor setup as well?
...otherwise I think this can be closed as duplicated.
Updated by Marcel Macasso almost 5 years ago
@Tobias Gaertner: Yes it works :) Thanks