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.

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
StatusFileSize
new683 bytes
pivica’s picture

Issue tags: +next-point-release-merge

  • pivica committed d4e9118 on 8.x-1.x
    Issue #3033827 by pivica: Children menu items rendering is broken
    
pivica’s picture

Status: Needs review » Fixed
Issue tags: -next-point-release-merge

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.