8000 bug #24237 [WebProfilerBundle] Added missing link to profile token (v… · symfony/symfony@cb2a1a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb2a1a3

Browse files
committed
bug #24237 [WebProfilerBundle] Added missing link to profile token (vtsykun)
This PR was merged into the 3.3 branch. Discussion ---------- [WebProfilerBundle] Added missing link to profile token | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes, it was on 3.3.6 (before merge #23676) | New feature? | no | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - On v3.3.6 I can open profiles for sub-request on this link ![selection_188](https://user-images.githubusercontent.com/21358010/30518552-dc6a1f72-9b89-11e7-9d2f-d348846d7285.png) But after 3.3.7 it was replaced by links to the controller. In this pull request was added missing link to the profile ![selection_186](https://user-images.githubusercontent.com/21358010/30518572-7a1420c4-9b8a-11e7-8514-098c4ec2c3d6.png) Commits ------- c388b25 [WebProfilerBundle] Added missing link to profile token
2 parents 8483b48 + c388b25 commit cb2a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<a href="{{ path('_profiler', { token: child.token }) }}">
275275
{{ helper.set_handler(child.getcollector('request').controller) }}
276276
</a>
277-
<small>(token = {{ child.token }})</small>
277+
<small>(token = <a href="{{ path('_profiler', { token: child.token }) }}">{{ child.token }}</a>)</small>
278278
</h3>
279279

280280
{{ include('@WebProfiler/Profiler/bag.html.twig', { bag: child.getcollector('request').requestattributes }, with_context = false) }}

0 commit comments

Comments
 (0)
0