Do not fire events when using automatic action TaskUpdateStartDate

This commit is contained in:
Frederic Guillot
2016-01-17 17:31:12 -05:00
parent 32b2fd92d3
commit 446a7ac645

View File

@@ -77,7 +77,7 @@ class TaskUpdateStartDate extends Base
'date_started' => time(), 'date_started' => time(),
); );
return $this->taskModification->update($values); return $this->taskModification->update($values, false);
} }
/** /**