Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2998c81

Browse filesBrowse files
committed
bug symfony#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 symfony#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 ce6bf4b + 6772f0d commit 2998c81
Copy full SHA for 2998c81

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Resources/views/Collector/request.html.twig

Copy file name to clipboardExpand all lines: Resources/views/Collector/request.html.twig
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.