Browse Source

Ticket : lastmessage.html.twig génère une erreur sur le tableau de bord

feature/symfony6.1
Guillaume 2 years ago
parent
commit
52dcf6d93f
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Resources/views/admin/ticket/field/lastmessage.html.twig

+ 4
- 1
Resources/views/admin/ticket/field/lastmessage.html.twig View File

@@ -1,3 +1,5 @@
{# @TODO : génère une erreur sur le tableau de bord

{% set ticket = entity.instance %}
{% if ticket.ticketMessages %}
{% for message in ticket.ticketMessages %}
@@ -9,4 +11,5 @@
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
#}

Loading…
Cancel
Save