From 5ba5e93d145821b8386c1270e714a767e22d1955 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Mar 2026 10:43:51 +0100 Subject: [PATCH 1/2] fix(crud/template): use default route params --- src/core/Resources/views/admin/crud/show.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Resources/views/admin/crud/show.html.twig b/src/core/Resources/views/admin/crud/show.html.twig index 2cefa56..d98dd22 100644 --- a/src/core/Resources/views/admin/crud/show.html.twig +++ b/src/core/Resources/views/admin/crud/show.html.twig @@ -18,7 +18,7 @@ {% block header_actions_before %}{% endblock %} {% if configuration.action(context, 'back', true) %} - + {{ configuration.actionTitle(context, 'back', 'Back to the list')|trans }} @@ -27,7 +27,7 @@ {% endif %} {% if configuration.action(context, 'edit', true, [entity]) %} - + From 173dc17a89bebbc94a2a02592c8ab0750d11d5f4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Mar 2026 10:44:00 +0100 Subject: [PATCH 2/2] doc: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739f460..7761553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Fixed * fix(crud/index): fix row attribute value render * fix(crud/navigation_setting): fix form action +* fix(crud/template): use default route params ## [v1.27.0] - 2025-12-22 ### Fixed