[Fixed] Propel i18n. Only first column is exported

0 votes
asked Nov 26, 2012 in Solved by anonymous
edited Jan 11, 2013 by ludek.vodicka

If there are multiple i18n columns defined on a propel entity, only the first one will be exported into the xml file.

Image caption
Will be exported to

<behavior name="i18n">
  <parameter name="i18n_columns" value="label"/>
</behavior>

To prevent this I have to put all columns comma separated into the first value row of the i18n_columns.

1 Answer

0 votes
answered Jan 10, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

This issue was fixed in latest version 2.1.6.677. You can download this version here http://support.orm-designer.com/31/download-orm-designer2-here

...