-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] Iframe mode : menu link not working #1065
Comments
Hi @invaders-xx What is the |
Hi @Shidersz, The href looks like : href="https://laravel.test/backend/users?filters%5Btype%5D=1" It only happens for the iFrame mode. Many thanks for your feedback. |
@invaders-xx When you say "is not working" what you mean?
May you try using the browser's inspector tool an change the |
console error : Syntax error, unrecognized expression: #tab-https-laravel7-test-backend-users-filters%5Btype%5D-1 |
Thanks @invaders-xx , this may be a bug on the underlying AdminLTE package when assigning the @REJack can you check this one? |
Any news ? |
@invaders-xx I suggest you to open an issue on https://github.com/ColorlibHQ/AdminLTE , and point the issue here for more details. |
Describe the bug
a menu entry in config/adminlte.php with route like:
'route' => ['users.index', ['filters' => ['type' => 1]]],
is not working with iframe mode is enabled.
Environment
Complete the next environment information.
The text was updated successfully, but these errors were encountered: