mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
impersonate, change exit link destination
This commit is contained in:
parent
7bcb80be54
commit
4b759ec096
@ -39,7 +39,7 @@
|
||||
{# Impersonate case logout #}
|
||||
{% if is_granted('ROLE_PREVIOUS_ADMIN') and menu.name == 'Logout' %}
|
||||
|
||||
<a href="{{ path('chill_main_homepage', {'_switch_user': '_exit'}) }}">
|
||||
<a href="{{ path('admin_user', {'_switch_user': '_exit'}) }}">
|
||||
{{ 'Exit impersonation'|trans }}
|
||||
</a>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user