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
Since the removal of the trailing slash in index routes (cf. #6539), the MenuItemMatcher do not parse the current request URI well when trying to find a partial match because of the regex used:
Since the removal of the trailing slash in index routes (cf. #6539), the
MenuItemMatcher
do not parse the current request URI well when trying to find a partial match because of the regex used:EasyAdminBundle/src/Menu/MenuItemMatcher.php
Line 187 in abe5cac
Before:
Now:
The current request URI is then associated with the dashboard one when this is not the case:
The text was updated successfully, but these errors were encountered: