Home Documentation Download Pricing Buy Now

[Implemented] Gedmo translatable - locale field

0 votes

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.

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

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

1 Answer

+1 vote
 
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

answered Jun 1, 2016 by ludek.vodicka Skipper developer (140,530 points)
selected Jun 1, 2016 by Rufinus
@Gedmo\Locale anotation field
...