We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After update from 14.27.2 to 14.28.0 drop down menu not working
To Reproduce Steps to reproduce the behavior:
In src/app/Orchid/PlatformProvider.php multi-level menu not work
Menu::make('Catalog') ->icon('bs.journals') ->permission('platform.catalog') ->list([ Menu::make('Something') ->icon('bs.arrow-right') ->route('platform.catalog.something'), ]),
But, if i have one-level menu - it`s still work
Menu::make('Usert') ->icon('bs.people') ->route('platform.systems.users') ->permission('platform.systems.users'),
Desktop (please complete the following information):
Server (please complete the following information):
Additional context If rollback to 14.27.2 - drop down menu will work
The text was updated successfully, but these errors were encountered:
refs #2875 Fixed collapsing behavior for nested menu
1a0496c
tabuna
No branches or pull requests
Describe the bug
After update from 14.27.2 to 14.28.0 drop down menu not working
To Reproduce
Steps to reproduce the behavior:
In src/app/Orchid/PlatformProvider.php multi-level menu not work
But, if i have one-level menu - it`s still work
Desktop (please complete the following information):
Server (please complete the following information):
Additional context
If rollback to 14.27.2 - drop down menu will work
The text was updated successfully, but these errors were encountered: