Skip to content
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

Drop down menu on 14.28.0 #2875

Closed
rim89 opened this issue Aug 13, 2024 · 0 comments
Closed

Drop down menu on 14.28.0 #2875

rim89 opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels

Comments

@rim89
Copy link

rim89 commented Aug 13, 2024

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):

  • OS: windows 11
  • Browser chrome, firefox
  • Version - actual

Server (please complete the following information):

  • Platfrom Version: 14.28.0
  • Laravel Version: 10.48.20
  • PHP Version: 8.2
  • Database: MySql
  • Database Version: 8

Additional context
If rollback to 14.27.2 - drop down menu will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants