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
Because I am working in 'dev' environment, the base url the context of the router is "/app_dev.php".
The path info of the context does not contain the base url so it will never match the generated url.
When using the "get_menu" Twig function, the active state for the menu items is not properly detected in the 'dev' environment.
The problem lies in the RenderService:
Because I am working in 'dev' environment, the base url the context of the router is "/app_dev.php".
The path info of the context does not contain the base url so it will never match the generated url.
Currently I implemented a hack like this:
It's not pretty so I'm hoping you have a better solution ;-)
The text was updated successfully, but these errors were encountered: