You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just a little question about routing of this bundle.
I'm trying to make some shortcut in an easyadmin menu to redirect user directly on a specific domain.
I'm trying to use route with params but it's doesn't work : { label: 'admin.menu.mailContent', route: 'lexik_translation_grid', params: { page: 1, count: 20, filter: { _domain: email } } }
I think this is because routing is made by Angular or something like that ?
Any possibility to do it with Symfony route ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, just a little question about routing of this bundle.
I'm trying to make some shortcut in an easyadmin menu to redirect user directly on a specific domain.
I'm trying to use route with params but it's doesn't work :
{ label: 'admin.menu.mailContent', route: 'lexik_translation_grid', params: { page: 1, count: 20, filter: { _domain: email } } }
I think this is because routing is made by Angular or something like that ?
Any possibility to do it with Symfony route ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: