You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if the menu only contains links to the INDEX action of the CRUD controller,
sort of states, that this is "wanted" behaviour. I did not come with an idea how to fix this without breaking previous behaviour. Maybe it is an easy fix for EA veterans.
Would it maybe be feasible to make the MenuItemMatcher extensible via composition, plugins, ... ?
Describe the bug
with the new logic of Menu item matcher introduced in ee2c0ae, all SubMenu Items with the same Crud are selected, instead of the specific selected:
Comment out this function fix the behavior:
EasyAdminBundle/src/Menu/MenuItemMatcher.php
Lines 109 to 117 in 8c88ce1
a possible workaround is to add a second MenuItem of the same Crud in the same SubMenu like this:
It break my usage of parent -> child entities:
To Reproduce
then click on one of the SubItem
The text was updated successfully, but these errors were encountered: