Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2024 at 12:39 UTC
Updated:
21 Jan 2025 at 08:29 UTC
Jump to comment: Most recent
The component twig template displays the {{ user_picture }} variable as if it contained a rendered url, whereas it actually contains the render array for the user picture displayed in the compact display type.
Display any comment
The template should look like:
<div class="col-md-2">
{{ user_picture }}
</div>
Comments
Comment #3
danchadwick commentedComment #4
marcoka commentedI can confirm that in 6.x. Path works. Thank you for the fix.