There was an error while loading. Please reload this page.
1 parent d385267 commit 88bfcedCopy full SHA for 88bfced
1 file changed
templates/users/user_row.html.twig
@@ -57,7 +57,7 @@
57
data-uk-tooltip="{animation:true}"><i class="uk-icon-rz-pencil"></i></a>
58
{% if not (item.username == app.user.username or is_granted('IS_IMPERSONATOR')) %}
59
<a class="uk-button uk-button-content uk-button-small rz-no-ajax-link"
60
- href="{{ path('adminHomePage') }}?_su={{ item.username }}"
+ href="{{ path('adminHomePage') }}?_su={{ item.username|url_encode }}"
61
title="{% trans %}start.test.user.right{% endtrans %}"
62
data-uk-tooltip="{animation:true}"><i class="uk-icon-rz-sudo"></i></a>
63
{% endif %}
0 commit comments