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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2995896-menu-admin-per-menu-support-fixes.patch | 2.02 KB | bahbka |
Comments
Comment #2
bahbka commentedHere is patch that will fix this nice integration.
Comment #3
bahbka commentedComment #4
pookmish commentedWow, 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.
Comment #5
petr illekHi,
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?
Comment #6
johnwebdev commentedComment #9
johnwebdev commentedAdd credits from #2875984: Fix compatibility with menu_admin_per_menu
Comment #11
johnwebdev commentedThanks!