Do not fire events when using automatic action TaskUpdateStartDate
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user