Do not fire events when using automatic action TaskUpdateStartDate
This commit is contained in:
parent
32b2fd92d3
commit
446a7ac645
|
|
@ -77,7 +77,7 @@ class TaskUpdateStartDate extends Base
|
|||
'date_started' => time(),
|
||||
);
|
||||
|
||||
return $this->taskModification->update($values);
|
||||
return $this->taskModification->update($values, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue