From f5c95f3c9395f2fb7d2df136d6696c0fc26ac607 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Jan 2017 16:00:58 -0500 Subject: Add task creation event to automatic action that email tasks --- ChangeLog | 1 + app/Action/TaskEmail.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3bea2fe4..16b2a8ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ Improvements: * Improve link labels pages navigation * Improve settings pages layout * Offer the possibility to define version compatibility from plugins +* Add task creation event to automatic action to send task by email Version 1.0.36 (Dec 30, 2016) ----------------------------- diff --git a/app/Action/TaskEmail.php b/app/Action/TaskEmail.php index fdfe7987..559c2c0b 100644 --- a/app/Action/TaskEmail.php +++ b/app/Action/TaskEmail.php @@ -34,6 +34,7 @@ class TaskEmail extends Base return array( TaskModel::EVENT_MOVE_COLUMN, TaskModel::EVENT_CLOSE, + TaskModel::EVENT_CREATE, ); } -- cgit v1.2.3