Do not show ticket attachments as information is not reliable (refs #4945)

This commit is contained in:
Raphael Michel
2025-03-26 15:46:43 +01:00
parent 8dff640d54
commit ff76fe38e3

View File

@@ -52,9 +52,12 @@
</p>
<pre>{{ log.parsed_data.message }}</pre>
<ul class="list-unstyled">
{% comment %}
{# Unfortunately, we do not have reliable info whether tickets were attached. #}
{% if log.parsed_data.attach_tickets %}
<li><span class="fa fa-files-o fa-fw"></span> {% trans "Tickets" %}</li>
{% endif %}
{% endcomment %}
{% if log.parsed_data.attach_ical %}
<li><span class="fa fa-calendar-o fa-fw"></span> {% trans "Calendar invite" %}</li>
{% endif %}