mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-25 21:28:33 +00:00
Remove limit_lines variable for comments in activity list item. Entire comment to be displayed.
This commit is contained in:
6
.changes/unreleased/UX-20251125-150135.yaml
Normal file
6
.changes/unreleased/UX-20251125-150135.yaml
Normal file
@@ -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
|
||||
@@ -136,7 +136,6 @@
|
||||
<div class="wl-col list">
|
||||
{{ activity.comment|chill_entity_render_box({
|
||||
'disable_markdown': false,
|
||||
'limit_lines': 3,
|
||||
'metadata': false,
|
||||
}) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user