We're seeing that a PreUpdate hook is causing the document not to update embedded documents without errors - even if array('safe' => true) is used on the flush.
An example:
/** @PreUpdate */
public function incrementUpdatedAt() {
$this->updatedAt = new \DateTime();
}
We're seeing that a PreUpdate hook is causing the document not to update embedded documents without errors - even if array('safe' => true) is used on the flush.
An example: