Project

General

Profile

Bug #86763

Updated by Georg Ringer over 5 years ago

I am reading the current backend_layout with a typoscript TEXT object, and pass it to a variable in my FLUIDTEMPLATE like this: 
 <pre> 
 

 variables{ 

    beLayout = TEXT 
    beLayout.data = levelfield:-1, backend_layout_next_level, slide 
    beLayout.override.field = backend_layout 
 

 } 
 </pre> 

 In my Fluid-Template I have a s:switch ViewHelper to do some magic. This worked for several years and in the last version of this project with 8.7.19 perfectly. 

 Now, in TYPO3 9.5.0 the template of the subpage gets selected on the root page. In other words, the sliding mechanism doesn't seem to work anymore. 

 Any ideas about this?

Back