Actions
Bug #90971
closedHMENU regression in 9.5.12
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
I have the following TS:
lib.footer_menu = HMENU lib.footer_menu { special = directory special.value = 3209 # We define the first level as text menu. 1 = TMENU 1.entryLevel = 0 1.expAll = 1 # We define the normal state ("NO"). 1.NO = 1 1.NO.linkWrap = <h4>|<i class="fa fa-chevron-down"></i></h4> 1.NO.wrapItemAndSub = <div class="col-2 col-sm-12">|</div> # Wrap the whole first level. 1.wrap = | 2 = TMENU 2.entryLevel = 1 2.expAll = 1 2.NO = 2 2.NO.allWrap = <li>|</li> 2.wrap =<ul>|</ul> }
This worked fine until 9.5.11, but starting with 9.5.12, nothing is rendered. I played around a bit and found out that if I replace the ID 3209 which refers to a folder with the ID of a page, I get output again (but ofc not the output I want, since it doesn't start at the correct node)
Actions