Task #54331

Menu.html - Empty Menu because auf missing letter

Added by Johannes Pichler over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2013-12-11
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:Content Rendering Spent time: -
Target version:1.0

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.

History

#1 Updated by Christopher Hlubek over 1 year ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in commit 8c08b3e6b12af9de94753c6ab84df1c0d74dffb9

Also available in: Atom PDF