-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4: nesting in menus #8245
Comments
Hello, is this the same issue described at #8239 (reply in thread)? |
Not sure. They are discussing I tried with master and the demo app To see what I mean add the following to In previous releases it would just show the dropdown for the menu but still allow clicking |
@henrikbjorn thanks for opening the issue. PR #8225 fixes this. |
@henrikbjorn thank you. I'd fine with reporting this as a breaking change for the v4 release as I don't have any plans to resolve this. Perhaps though, we can consider what's necessary to allow others to implement this behavior themselves but I don't think the library should support it by default with the new collapsible menu. Sorry. |
@javierjulio I think this should be supported since it is a nice way of grouping related admin resources (Which we do a lot). I also think it is a logical thing to think is supported. Like with a |
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
menu parent: 'Blogs'
Blogs
admin index page via the menuThe text was updated successfully, but these errors were encountered: