Put back date_moved for the task (revert)
This commit is contained in:
parent
5311cf3a16
commit
6371d3272e
|
|
@ -166,7 +166,12 @@ class TaskPosition extends Base
|
|||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
$now = time();
|
||||
|
||||
return $this->db->table(Task::TABLE)->eq('id', $task_id)->update(array(
|
||||
'date_moved' => $now,
|
||||
'date_modification' => $now,
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue