8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e05e3 commit 138babbCopy full SHA for 138babb
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig
@@ -14,7 +14,7 @@
14
{% if profile %}
15
<div id="resume">
16
<a id="resume-view-all" href="{{ path('_profiler_search', {limit: 10}) }}">View last 10</a>
17
- <a id="resume-view-latest" href="{{ path('_profiler', {token: 'latest', 'panel': panel}) }}">View latest</a>
+ <a id="resume-view-latest" href="{{ path('_profiler', {token: 'latest'}|merge(request.query.all)) }}">View latest</a>
18
<strong>Profile for:</strong>
19
{{ profile.method|upper }}
20
{% if profile.method|upper in ['GET', 'HEAD'] %}
0 commit comments