- Issue created by @geoffreyr
We use this module in combination with Menu Select → to provide an alternate UX due to the deep nesting of some of our menus. We found them to be slightly incompatible, but a small patch was able to remedy the issue.
Our main observation was that the parent menu item selector disappeared and the tool became unusable.
The patch I'll provide updates menu_item_extras_form_menu_link_content_form_alter
, and checks whether the menu in question is managed by Menu Item Extras before unsetting anything in $form['menu_parent']['#options']
.
Menu item edit page should be compatible with Menu Select if used together.
None.
None.
Active
3.0
Code