[PR #8392] [GH-8231] Bugfix: Missed dirty check synchronization check. #10964

Closed
opened 2026-01-22 16:09:14 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/8392

State: closed
Merged: Yes


When an entity with change tracking policy "deferred explicit" gets removed, then persisted again, it is not schedulded for a dirty check synchronization. This is not the case for entities that are persisted and are already in the managed state.

Fixes #8231

**Original Pull Request:** https://github.com/doctrine/orm/pull/8392 **State:** closed **Merged:** Yes --- When an entity with change tracking policy "deferred explicit" gets removed, then persisted again, it is not schedulded for a dirty check synchronization. This is not the case for entities that are persisted and are already in the managed state. Fixes #8231
admin added the pull-request label 2026-01-22 16:09:14 +01:00
admin closed this issue 2026-01-22 16:09:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10964