Project

General

Profile

Bug #89038

Updated by Anonymous over 4 years ago

Latest TYPO3 9.5.11 9.5.9 

 My setup: 

 <pre> 
 10 = HMENU 
 10 { 
 #          entryLevel = 2 (this works) 
         special = directory 
         special.value = 2 
         1 = TMENU 
         1 { 
             expAll = 1 
             NO = 1 
         } 
         2 = TMENU 
         2 { 
             NO = 1 
         } 
     } 
 </pre> 

 Site: 
 fallBackType: fallback 

 -> everything works fine 

 fallbackType: free 

 -> second level of navigation is not rendered resolves 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.

Back