Problem/Motivation

Declare navigation dependency (instead of admin_toolbar) in 4.x.

E.g. the "Add content" block relies on it:

{# Add content buttons #}
        {{ drupal_block('menu_block:content', {
          label: 'Add Content'|t,
          label_display: 'visible',
          provider: 'menu_block',
          follow: false,
          follow_parent: 'child',
          label_link: true,
          label_type: fixed,
          level: 1,
          depth: 1,
          expand_all_items: true,
          parent: 'content:navigation.create',
          suggestion: 'drowl_admin_dashboard_tiles'
        }) }}

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

anybody created an issue. See original summary.

anybody’s picture

Status: Active » Fixed

Accidentially pushed to 4.x directly

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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