Open
Description
Trying the new beta on a larger Rails project with many admin resources with nesting in menus.
Expected behavior
Previously a dropdown menu would appear on hover and clicking on it, would take you to that resources index page.
Actual behavior
This does not happen in v4. It will just toggle the nested menu and no navigation will happen.
How to reproduce
- Create an Blogs resource
- Create BlogPost resource and set
menu parent: 'Blogs'
- It is now impossible to navigate to
Blogs
admin index page via the menu
Metadata
Metadata
Assignees
Labels
No labels