Add missing webhook event: task.move.project

Fixes #3969
This commit is contained in:
Frédéric Guillot
2019-02-12 20:24:48 -08:00
parent 0295388461
commit b1c5b47d84
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('Task #%d "%s" has been moved to the project "%s"', $task['id'], $task['title'], $task['project_name']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>