Closed jewome62 closed 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 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
@jewome62 thnx
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 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