From 0fa748fd3596b6374e94388f27f64c8c821170c1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Dec 2025 09:49:59 +0100 Subject: [PATCH] fix(crud/index): fix row attribute value render --- CHANGELOG.md | 3 +++ src/core/Resources/views/admin/crud/index.html.twig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ba768..93ebbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * feat(repository): add RepositoryQuery::addCaseInsensitiveFilters() * feat(repository): add RepositoryQuery::addForcedFilterHandler() +### Fixed +* fix(crud/index): fix row attribute value render + ## [v1.27.0] - 2025-12-22 ### Fixed * fix(crud): use route params to redirect after a delation diff --git a/src/core/Resources/views/admin/crud/index.html.twig b/src/core/Resources/views/admin/crud/index.html.twig index fa5dcda..ae40134 100644 --- a/src/core/Resources/views/admin/crud/index.html.twig +++ b/src/core/Resources/views/admin/crud/index.html.twig @@ -196,7 +196,7 @@ {% set rowAttributes = configuration.listRowAttributes(context, item) %} {% set rowClasses = rowAttributes['class']|default('') %} - + {% if configuration.hasBatchAction(context) %}