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

Skip to content

Commit 67ecd29

Browse files
committed
bug #52152 [WebProfilerBundle] Fix generated application link (alamirault)
This PR was merged into the 6.4 branch. Discussion ---------- [WebProfilerBundle] Fix generated application link | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT I played a little bit with the new Profiling command #47416 (I love it !), and found that `type=command` is missing in one URL ![image](https://github.com/symfony/symfony/assets/9253091/c0ba0a81-e906-4223-b91d-7b91ceac2309) Commits ------- 477d849 [WebProfilerBundle] Fix generated application link
2 parents 1a72bd5 + 477d849 commit 67ecd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/_command_summary.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<dt>Application</dt>
3333
<dd>
34-
<a href="{{ path('_profiler_search_results', { token: token, limit: 10, ip: profile.ip }) }}">{{ profile.ip }}</a>
34+
<a href="{{ path('_profiler_search_results', { token: token, limit: 10, ip: profile.ip, type: 'command' }) }}">{{ profile.ip }}</a>
3535
</dd>
3636

3737
<dt>Profiled on</dt>

0 commit comments

Comments
 (0)