mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
[PR #10825] Bug fix for cascade persist of entity with inheritance #12643
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/10825
State: closed
Merged: No
Current behavior - lifecycle callback on child entity was not called.
Expected behavior - lifecycle callback on child entity was called