Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d715cc4

Browse files
[WebProfilerBundle] Fix sub-requests display in time profiler panel
1 parent 7fbda2e commit d715cc4

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</form>
108108

109109
{% if profile.parent %}
110-
<h3>
111-
Sub-Request {{ profile.getcollector('request').requestattributes.get('_controller') }}
110+
<h3 class="dump-inline">
111+
Sub-Request {{ profiler_dump(profile.getcollector('request').requestattributes.get('_controller')) }}
112112
<small>
113113
{{ collector.events.__section__.duration }} ms
114114
<a class="newline" href="{{ path('_profiler', { token: profile.parent.token, panel: 'time' }) }}">Return to parent request</a>

0 commit comments

Comments
 (0)