Add missing webhook event: task.move.project

Fixes #3969
This commit is contained in:
Frédéric Guillot
2019-02-12 20:24:48 -08:00
parent 0295388461
commit b1c5b47d84
3 changed files with 16 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ class NotificationSubscriber extends BaseSubscriber implements EventSubscriberIn
TaskModel::EVENT_CLOSE => 'handleEvent',
TaskModel::EVENT_OPEN => 'handleEvent',
TaskModel::EVENT_MOVE_COLUMN => 'handleEvent',
TaskModel::EVENT_MOVE_PROJECT => 'handleEvent',
TaskModel::EVENT_MOVE_POSITION => 'handleEvent',
TaskModel::EVENT_MOVE_SWIMLANE => 'handleEvent',
TaskModel::EVENT_ASSIGNEE_CHANGE => 'handleEvent',