-
Notifications
You must be signed in to change notification settings - Fork 149
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
How to achieve multilevel menus? #239
Comments
Will this be also available in 1.3? |
@xmontero do you need it? Maybe it could be backported. But the idea is get rid soon of 1.3.x series and use as soon as possible 2.x and 3.x in future |
Well, I guess that changing the major means it breaks compatibility. I have a huge dependency on the bundle and I'm not ready to afford the resources to "migrate from 1.3 to 2.0" if it is "very different" to consume. Breaking my admin panel say during 1 week could kill my business. Is there any documentation on "migrating from 1.3 to 2.0". If it's "easy" I can try to move to 2.0. As an example, large projects migrating from symfony 1 to 2 took 1 to 2 years of rewriting, while porting from symfony 2 to 3 was a matter of changing some directories and done. With this, I mean it's very "unpredictable" how much time it'll take to tackle a major-version change, unless it's clear where to touch. Symfony has had this in consideration and made any other "major" migration much simpler. Passing from 3 to 4 seems "trivial". What's the complexity of moving avanzu from 1.3 to 2.0? Any documentation on that? |
@xmontero I implemented the feature by overwriting the |
@xmontero please confirm if this is working for you:
Check that you don't have duplicated identifiers (there are a bug with collision name identifiers) |
In the AdminLte demo here https://adminlte.io/themes/AdminLTE/index2.html I can see multilevel menus.
Instead, when I try to do them in avanzu, I can't display them:
If I do this (only 1 level):
I get this:
If I do this (2 levels), I'd expect that the menu "Level 1" contains a caret to open a submenu named "Level 2".
Instead, I get this:
And there's no toggle there to open/close, as it'd be expected according to the AdminLte demo:
Question: How can I code submenus in a multilevel menu?
The text was updated successfully, but these errors were encountered: