8000 bug #58728 [WebProfilerBundle] Re-add missing Profiler shortcuts on P… · symfony/symfony@a7aa4b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7aa4b1

Browse files
bug #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 #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"). ![Screenshot 2024-10-31 at 15-04-50 Symfony Profiler](https://github.com/user-attachments/assets/018847dd-c67c-41ae-a62d-4975904bf478) Since this redesign, as mentioned in the related issue, shortcuts have disappeared ![Screenshot 2024-10-31 at 15-05-22 Symfony Profiler](https://github.com/user-attachments/assets/eb58515d-839d-4675-8c1a-761f55a8bcb8) I've fixed it on this PR, it works exactly like before the redesign ![Screenshot 2024-10-31 at 15-05-46 Symfony Profiler](https://github.com/user-attachments/assets/fddcdf3e-01e8-4b39-921b-0d998e5f1231) Commits ------- 4c6e6eb Re-add missing Profiler shortcuts on Profiler homepage
2 parents 080426e + 4c6e6eb commit a7aa4b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
{% endblock %}
3636

3737
{% block sidebar_search_css_class %}{% endblock %}
38-
{% block sidebar_shortcuts_links %}{% endblock %}
38+
{% block sidebar_shortcuts_links %}
39+
{{ parent() }}
40+
{% endblock %}
3941

4042
{% block panel %}
4143
<div class="sf-tabs" data-processed="true">

0 commit comments

Comments
 (0)
0