Automatic Actions now support Swimlanes

This commit is contained in:
dalmond
2016-08-17 12:20:12 +01:00
committed by David Almond
parent 98efcf21e3
commit 5c685a2a78
7 changed files with 18 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ class EventManager
TaskModel::EVENT_CREATE_UPDATE => t('Task creation or modification'),
TaskModel::EVENT_ASSIGNEE_CHANGE => t('Task assignee change'),
TaskModel::EVENT_DAILY_CRONJOB => t('Daily background job for tasks'),
TaskModel::EVENT_MOVE_SWIMLANE => t('Move a task to another swimlane'),
);
$events = array_merge($events, $this->events);