Add task creation event to automatic action that email tasks
This commit is contained in:
@@ -20,6 +20,7 @@ Improvements:
|
|||||||
* Improve link labels pages navigation
|
* Improve link labels pages navigation
|
||||||
* Improve settings pages layout
|
* Improve settings pages layout
|
||||||
* Offer the possibility to define version compatibility from plugins
|
* 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)
|
Version 1.0.36 (Dec 30, 2016)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ class TaskEmail extends Base
|
|||||||
return array(
|
return array(
|
||||||
TaskModel::EVENT_MOVE_COLUMN,
|
TaskModel::EVENT_MOVE_COLUMN,
|
||||||
TaskModel::EVENT_CLOSE,
|
TaskModel::EVENT_CLOSE,
|
||||||
|
TaskModel::EVENT_CREATE,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user