storedObject: add title in form twig and in activity show

This commit is contained in:
nobohan
2022-05-25 17:30:26 +02:00
parent e8cf7ae8e1
commit 60c163ae9d
3 changed files with 9 additions and 6 deletions

View File

@@ -152,7 +152,7 @@
{% if entity.documents|length > 0 %}
<ul>
{% for d in entity.documents %}
<li>{{ m.download_button(d) }}</li>
<li>{{ d.title }}{{ m.download_button(d) }}</li>
{% endfor %}
</ul>
{% else %}