From 917798bfd6ad1501aa469af089556c17aa4af7af Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 5 Nov 2024 08:49:26 +0100 Subject: [PATCH] re-add missing profiler shortcuts on profiler homepage --- .../WebProfilerBundle/Resources/views/Profiler/results.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig index 551178a2da117..076554bbc8ecd 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig @@ -36,6 +36,7 @@ {% block sidebar_search_css_class %}{% endblock %} {% block sidebar_shortcuts_links %} + {{ parent() }} {{ render(controller('web_profiler.controller.profiler::searchBarAction', query={type: profile_type }|merge(request.query.all))) }} {% endblock %}