Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt: Correct display of avatar images in the portal
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Jan 17, 2025
1 parent 61ca2da commit e4d6c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpdesk_mgmt/views/helpdesk_ticket_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
class="col d-flex align-items-center flex-grow-0 pr-3"
>
<img
class="rounded-circle mt-1 o_portal_contact_img"
class="o_avatar o_portal_contact_img rounded"
t-att-src="image_data_uri(ticket.user_id.avatar_1024)"
alt="Contact"
/>
Expand Down Expand Up @@ -290,7 +290,7 @@
class="col d-flex align-items-center flex-grow-0 pr-3"
>
<img
class="rounded-circle mt-1 o_portal_contact_img"
class="o_avatar o_portal_contact_img rounded"
t-att-src="image_data_uri(ticket.partner_id.avatar_1024)"
alt="Contact"
/>
Expand Down

0 comments on commit e4d6c9f

Please sign in to comment.