[Implemented] Gedmo translatable - locale field

0 votes
asked Apr 22, 2016 in Solved by Rufinus (250 points)
recategorized Jul 4, 2016 by ludek.vodicka

If you use Gedmo Translatable you have an unmapped field mostly called "locale". According to the documentation:

Used locale to override Translation listener`s locale this is not a
mapped field of entity metadata, just a simple property

In Skipper you can write the locale field in the gedmo config - but as it is not a mapped field its get removed. you have to add the annotation by yourself everytime you export.

Please allow using an unmapped field in this case - or even better allow to add fields which can be marked as "unmapped" so they not getting the @ORM annoation.

commented Apr 22, 2016 by ludek.vodicka Skipper developer (140,450 points)

Thanks for info. We will check it and let you know

1 Answer

+1 vote
answered Jun 1, 2016 by ludek.vodicka Skipper developer (140,450 points)
selected Jun 1, 2016 by Rufinus
 
Best answer

This feature is implemented in latest beta 3.2.7.1319 available from our support site:
http://support.skipper18.com/402/downloads-skipper-beta

asked Mar 27, 2017 in General Questions by mbartok (220 points) @Gedmo\Locale anotation field
...