Commit 67ecd29
committed
bug symfony#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 symfony#47416 (I love it !), and found that `type=command` is missing in one URL

Commits
-------
477d849 [WebProfilerBundle] Fix generated application linkFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments