Locastic / ApiPlatformTranslationBundle

Translation bundle for ApiPlatform based on Sylius translation
MIT License
84 stars 27 forks source link

Translation has not key with locale #7

Closed jewome62 closed 5 years ago

jewome62 commented 5 years ago

Currently the code use the key of ArrayCollection to find the good item. That's make by the add method which add the good key

But doctrine when it load from database, not use the getter/setter image https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/working-with-objects.html

So i make change to search into array of translation

antonioperic commented 5 years ago

@jewome62 thnx