Problem/Motivation
#3021125: Add support for no-link menu items introduced a bug for rendering children of menu items.
{%- if item.below -%}
{{- menus.menu_links(menu_name, item.below, attributes, menu_level + 1) -}}
{%- endif -%}
The problem is that menu_links macro does not have menu_name attribute. Probably a c&p errror that was not catched.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | broken-children-menu-items-rendering-3033827-2.patch | 683 bytes | pivica |
Comments
Comment #2
pivica commentedComment #3
pivica commentedComment #5
pivica commentedCommitted.