For a sidebar menu need on a site I've been working on, the menu block should display the children of the level 1 parent of the current active tree. At one point, issue 2756675 had a patch that covered this need, but the patch that was ultimately committed didn't do so.

Issue fork menu_block-3040666

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

hart0554 created an issue. See original summary.

hart0554’s picture

Attached is a patch that that extends the follow_parent option on the block settings form to add that option.

hart0554’s picture

Status: Active » Needs review
bkosborne’s picture

joelpittet’s picture

Status: Needs review » Postponed (maintainer needs more info)

@hart0554 I think this is already a feature just set "Initial visibility level" to 2, I must be missing something specific you need that this doesn't solve...

The issue summary describes a very common use case, IMO and I think it's already covered?

mmenavas’s picture

Reroll of patch #2 compatible with 8.x-1.11.

chamilsanjeewa made their first commit to this issue’s fork.

chamilsanjeewa’s picture