sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

BUGFIX: Avoid optimistic lock and remove unused imports #34

Closed gradinarufelix closed 10 months ago

gradinarufelix commented 11 months ago

Attempts to solve #33. At least, the behavior of the package does not change after removing this line.

My assumption is, that the EntityManager::flush() is called beforehand already, which might lead to race conditions with the @ORM\Version annotation in NodeData