Add hook for document-attachments

This commit is contained in:
Tomas Dittmann 2021-12-13 09:30:04 +01:00 committed by Frédéric Guillot
parent e745f8a235
commit 3e139ab6f4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<?= $this->modal->confirm('trash-o', t('Remove'), 'TaskFileController', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?>
</li>
<?php endif ?>
<?= $this->hook->render('template:task-file:documents:dropdown', array('task' => $task, 'file' => $file)) ?>
</ul>
</div>
</td>