From 93783274a438204a31865c848913088af96f0377 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 26 May 2014 12:54:06 -0400 Subject: Improve automatic actions (move task to another position same columns) --- app/Model/Task.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model') diff --git a/app/Model/Task.php b/app/Model/Task.php index 04500272..70f1404c 100644 --- a/app/Model/Task.php +++ b/app/Model/Task.php @@ -456,6 +456,8 @@ class Task extends Base */ public function move($task_id, $column_id, $position) { + $this->event->clearTriggeredEvents(); + return $this->update(array( 'id' => $task_id, 'column_id' => $column_id, -- cgit v1.2.3