From eb4a33ff75dbfaffaee741688536899aed620a50 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 25 Nov 2025 15:00:18 +0100 Subject: [PATCH] Remove limit_lines variable for comments in activity list item. Entire comment to be displayed. --- .changes/unreleased/UX-20251125-150135.yaml | 6 ++++++ .../Resources/views/Activity/_list_item.html.twig | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/UX-20251125-150135.yaml diff --git a/.changes/unreleased/UX-20251125-150135.yaml b/.changes/unreleased/UX-20251125-150135.yaml new file mode 100644 index 000000000..f97ba7f0a --- /dev/null +++ b/.changes/unreleased/UX-20251125-150135.yaml @@ -0,0 +1,6 @@ +kind: UX +body: Display entire comment for activity item within list +time: 2025-11-25T15:01:35.558013876+01:00 +custom: + Issue: "424" + SchemaChange: No schema change diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig index 13dfa7461..5a322d630 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig @@ -136,7 +136,6 @@
{{ activity.comment|chill_entity_render_box({ 'disable_markdown': false, - 'limit_lines': 3, 'metadata': false, }) }}