API: Change parameters for updateTask, enforce the use of moveTaskPosition() to move a task

This commit is contained in:
Frederic Guillot
2015-06-16 20:04:07 -04:00
parent e7ccaaeee4
commit 79de1a0cea
5 changed files with 117 additions and 12 deletions

View File

@@ -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),
);
}