mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
401 B
401 B
id | title |
---|---|
a7b0f7f9-72f1-4065-8b6f-d364caa6155e | IS~IMPERSONATOR~ |
Description
Replacement for
ROLEPREVIOUSADMIN
Syntax
{# BEFORE #}
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
<a href="...">Exit impersonation</a>
{% endif %}
{# AFTER #}
{% if is_granted('IS_IMPERSONATOR') %}
<a href="...">Exit impersonation</a>
{% endif %}