Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
916
stars
299
forks
source link
feature request: automatically persist translation #728
Open
tacman opened 1 year ago
I'm finding myself needing to insert the entity manager when setting translations in order to persist them.
It'd be great if there was a setting to automatically persist them when the related entity is persisted.