Improve automatic actions (move task to another position same columns)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user