sf4, fix errors for activity, doc-store and async-uploader bundles

This commit is contained in:
2020-08-03 16:43:47 +02:00
parent eefbd7ccce
commit f2f22c359f
2 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,10 @@
<td>
{% if activity.remark is not empty %}
<blockquote class="chill-user-quote">
{{ activity.remark|truncate(250, true) }}
{{ activity.remark|slice(0, 250) }} {#
sf4 check: if 'slice' could replace 'truncate' filter ?
truncate come with twig-extensions, in conflict with twig 3
#}
</blockquote>
{% endif %}
{%- if activity.reasons is empty -%}