From b1c5b47d841d5d3c03a904eb7398be84fc73a853 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 12 Feb 2019 20:24:48 -0800 Subject: Add missing webhook event: task.move.project Fixes #3969 --- app/Subscriber/NotificationSubscriber.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Subscriber') diff --git a/app/Subscriber/NotificationSubscriber.php b/app/Subscriber/NotificationSubscriber.php index 6db48b46..8f9b086d 100644 --- a/app/Subscriber/NotificationSubscriber.php +++ b/app/Subscriber/NotificationSubscriber.php @@ -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', -- cgit v1.2.3