[Neos] Menu does not show shortcuts

Marcin Ryzycki marcin at ryzycki.com
Sat May 3 18:57:56 CEST 2014


Bernhard, have you tried to clear cache?

I havent debugged it much, but often have a situation that that freshly 
added shortcuts doesn't clear (menu?) cache and they're not visible. 
Clearing the cache solves the problem.

Does it work for you?
M.


On 2014-04-30 07:58:42 pm +0000, Aske Ertmann said:

> Hi Bernhard
> 
> I don't think you're doing anything wrong. However I looked at the 
> MenuImplementation.php and I can see that it skips shortcuts if the 
> shortcut cannot be resolved. Maybe that's what you're experiencing?
> 
> Cheers
> Aske
> 
> On Apr 29, 2014, at 11:02 AM, Bernhard Prange <mail at bernhard-prange.de> wrote:
> 
>> Hi there,
>> I am trying to render a menu. The Menu works fine, but does not show 
>> shortcuts. What do I do wrong?
>> 
>> <f:for each="{items}" as="item" iteration="menuItemIterator">
>> <li class="{item.state}">
>> 
>> <f:if condition="{item.subItems}">
>> <f:then>
>> <a href="#" class="dropdown-toggle" 
>> data-toggle="dropdown">{item.label}<b class="caret"></b></a>
>> <f:render section="subList" arguments="{items: item.subItems}"/>
>> </f:then>
>> <f:else>
>> <neos:link.node node="{item.node}">{item.label}</neos:link.node>
>> </f:else>
>> 
>> 
>> 
>> </f:if>
>> </li>
>> </f:for>
>> _______________________________________________
>> Neos mailing list
>> Neos at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos




More information about the Neos mailing list