From b1c5b47d841d5d3c03a904eb7398be84fc73a853 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 12 Feb 2019 20:24:48 -0800 Subject: Add missing webhook event: task.move.project Fixes #3969 --- app/Template/notification/task_move_project.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/Template/notification/task_move_project.php (limited to 'app/Template') diff --git a/app/Template/notification/task_move_project.php b/app/Template/notification/task_move_project.php new file mode 100644 index 00000000..64037bd6 --- /dev/null +++ b/app/Template/notification/task_move_project.php @@ -0,0 +1,5 @@ +

text->e($task['title']) ?> (#)

+ +

+ +render('notification/footer', array('task' => $task)) ?> -- cgit v1.2.3