- Affected version
- 2.3.7
Callables registered with
This becomes an issue if one of those objects have been deleted.
Entity::whenSaveable()
are invoked after the cascade saves are invoked, but if a the entity's save()
method is invoked again, the identical object graph in the cascade saves are saved againThis becomes an issue if one of those objects have been deleted.