KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
911 stars 286 forks source link

feature request: automatically persist translation #728

Open tacman opened 1 year ago

tacman commented 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.