From 3e139ab6f4989ebd3963229be37166123c528b3a Mon Sep 17 00:00:00 2001 From: Tomas Dittmann Date: Mon, 13 Dec 2021 09:30:04 +0100 Subject: [PATCH] Add hook for document-attachments --- app/Template/task_file/files.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Template/task_file/files.php b/app/Template/task_file/files.php index b7621b5d5..dd89a82ae 100644 --- a/app/Template/task_file/files.php +++ b/app/Template/task_file/files.php @@ -31,6 +31,7 @@ modal->confirm('trash-o', t('Remove'), 'TaskFileController', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> + hook->render('template:task-file:documents:dropdown', array('task' => $task, 'file' => $file)) ?>