Task #54331
Menu.html - Empty Menu because auf missing letter
Start date:
2013-12-11
Due date:
% Done:
100%
Estimated time:
Description
Menu.html rendered empty
TYPO3.Neos/Resources/Private/Templates/TypoScriptObjects/Menu.html
By kickstarting a new site via flow, in the created Site-Package in Root.ts2 there is the menu set via menu = Menu without any template resource given. therefore the default will be used, wich is located in TYPO3.Neos ... Templates/TypoScriptObjects/Menu.html
Here is a variable mistake on line 4:
Now there is:
<f:render section="itemsList" arguments="{item: item}" />
But it should be:
<f:render section="itemsList" arguments="{items: items}" />
Difference is missing character s: {items: items} -> {items: items}
otherwise the generated menu is always empty.
Updated by Christopher Hlubek over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in commit 8c08b3e6b12af9de94753c6ab84df1c0d74dffb9