Add task creation event to automatic action that email tasks
This commit is contained in:
parent
c6b9c72626
commit
f5c95f3c93
|
|
@ -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)
|
||||
-----------------------------
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ class TaskEmail extends Base
|
|||
return array(
|
||||
TaskModel::EVENT_MOVE_COLUMN,
|
||||
TaskModel::EVENT_CLOSE,
|
||||
TaskModel::EVENT_CREATE,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue