Add task creation event to automatic action that email tasks
This commit is contained in:
@@ -34,6 +34,7 @@ class TaskEmail extends Base
|
||||
return array(
|
||||
TaskModel::EVENT_MOVE_COLUMN,
|
||||
TaskModel::EVENT_CLOSE,
|
||||
TaskModel::EVENT_CREATE,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user