Problem/Motivation

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.

Steps to reproduce

Display any comment

Proposed resolution

The template should look like:

    <div class="col-md-2">
      {{ user_picture }}
    </div>

Comments

danchadwick created an issue. See original summary.

  • danchadwick committed 99593fd1 on 6.0.x
    Issue #3496334 by danchadwick: Comment component displays rendered user...
danchadwick’s picture

Status: Active » Fixed
marcoka’s picture

I can confirm that in 6.x. Path works. Thank you for the fix.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.