Commit a7aa4b1
committed
bug symfony#58728 [WebProfilerBundle] Re-add missing Profiler shortcuts on Profiler homepage (welcoMattic)
This PR was merged into the 6.4 branch.
Discussion
----------
[WebProfilerBundle] Re-add missing Profiler shortcuts on Profiler homepage
| 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 -->
| Issues | Fix symfony#58693 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
Before Profiler redesign, on "homepage" (`/_profiler` path), there was sidebar shortcuts ("Last 10", "Latest", and "Search").

Since this redesign, as mentioned in the related issue, shortcuts have disappeared

I've fixed it on this PR, it works exactly like before the redesign

Commits
-------
4c6e6eb Re-add missing Profiler shortcuts on Profiler homepageFile tree
1 file changed
+3
-1
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments