WIP: Implement disosition document handling for admins

This commit is contained in:
Björn Fromme
2023-10-13 13:11:41 +02:00
parent 7ec12d6a3e
commit 858c9cbafd
5 changed files with 52 additions and 10 deletions
+3 -7
View File
@@ -60,13 +60,9 @@
{{ upload.status|upload_status_badge }}
</td>
<td>
<div class="flex items-center space-x-2">
<a href="{{ path('app_common_download', { 'uuid': upload.uuid }) }}"
title="Download"
target="_blank">
{{ icon('download') }}
</a>
</div>
{% include '_partials/_dropdown.html.twig' with { 'links': [
{ 'url': path('app_common_download', { 'uuid': upload.uuid }), 'label': 'Download', 'target': '_blank' },
] } %}
</td>
</tr>
{% else %}