mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-600: Persisting Entities with unmanaged related associations produces ugly notices #737
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?
Originally created by @doctrinebot on GitHub (May 18, 2010).
Jira issue originally created by user @beberlei:
It often happens that you forget to persist related entities during development, producing ugly notices about $object hash not being part of certain arrays, for example in "getEntityIdentifier".
Maybe this can be gracefully intercepted without cluttering the code?
@doctrinebot commented on GitHub (May 18, 2010):
@doctrinebot commented on GitHub (Jul 7, 2010):
Issue was closed with resolution "Fixed"