Menu admin per menu integration is broken due to the menu_admin_per_menu module API changes:
1. _menu_admin_per_menu_filter_parent_options was renamed into menu_admin_per_menu_filter_parent_options
2. menu_admin_per_menu_filter_parent_options now accepts two params user account and $form['menu']['link']['menu_parent']['#options'] on node forms and $form['menu_parent']['#options'] on menu item edit page.

Comments

BAHbKA created an issue. See original summary.

bahbka’s picture

Here is patch that will fix this nice integration.

bahbka’s picture

Status: Active » Needs review
pookmish’s picture

Status: Needs review » Reviewed & tested by the community

Wow, you couldn't have posted this at a better time. Was just starting to debug this issue.

Patch is a simple straightforward switch and was successful for fixing the issue.

petr illek’s picture

Hi,
thanks for working on this.
I can confirm the patch is working for my use case.
Can we get this in?
And have a new release?

johnwebdev’s picture

Category: Support request » Bug report

johnwebdev credited webflo.

johnwebdev’s picture

  • johnwebdev committed 20d98ec on 8.x-1.x authored by BAHbKA
    Issue #2995896 by BAHbKA, jwilson3, webflo: Support for Menu Admin Per...
johnwebdev’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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