Maintain the selected panel when redirecting to another profile

This commit is contained in:
Javier Eguiluz 2016-11-26 16:44:35 +01:00
parent 966d45f889
commit de7b326c7c

View File

@ -39,7 +39,7 @@
{%- else -%} {%- else -%}
{{ redirect_route }} {{ redirect_route }}
{%- endif %} {%- endif %}
(<a href="{{ path('_profiler', { token: redirect.token }) }}">{{ redirect.token }}</a>) (<a href="{{ path('_profiler', { token: redirect.token, panel: app.request.query.get('panel', 'request') }) }}">{{ redirect.token }}</a>)
</dd> </dd>
</dl> </dl>
{%- endif %} {%- endif %}