diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-16 20:04:07 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-16 20:04:07 -0400 |
commit | 79de1a0cea67d3f6348fa47825edc6fe84a1c454 (patch) | |
tree | 2c03de0f3aa5fb3bff7b51a75295deb08f02f687 /app/Subscriber | |
parent | e7ccaaeee4180bbf3a9ac23a5423c28185875bac (diff) |
API: Change parameters for updateTask, enforce the use of moveTaskPosition() to move a task
Diffstat (limited to 'app/Subscriber')
-rw-r--r-- | app/Subscriber/TaskMovedDateSubscriber.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Subscriber/TaskMovedDateSubscriber.php b/app/Subscriber/TaskMovedDateSubscriber.php index eb04d62c..16a75c19 100644 --- a/app/Subscriber/TaskMovedDateSubscriber.php +++ b/app/Subscriber/TaskMovedDateSubscriber.php @@ -12,6 +12,7 @@ class TaskMovedDateSubscriber extends \Core\Base implements EventSubscriberInter { return array( Task::EVENT_MOVE_COLUMN => array('execute', 0), + Task::EVENT_MOVE_SWIMLANE => array('execute', 0), ); } |