[BUGFIX] Unset internal properties of processed file on delete
When a processed file is deleted because it needs reprocessing, set the internal deleted property to true and unset its properties as well, as they are stale anyway. This is important as in the later processing it is checked whether the current object is persisted (which it is not anymore) and an SQL update is triggered, which then fails leading to another processing run in subsequent requests. When unsetting the internal properties a new row will be inserted in the same request. Resolves: #80359 Releases: 7.6, 8.7, master Change-Id: I39eec59ed4ac071883ff97eab7018d1ede92fb95 Reviewed-on: https://review.typo3.org/53506 Reviewed-by:Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
Please register or sign in to comment