Home Documentation Download Pricing Buy Now

[Fixed] Propel i18n. Only first column is exported

0 votes

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.

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

1 Answer

0 votes
 
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

answered Jan 10, 2013 by ludek.vodicka Skipper developer (140,530 points)
selected Jul 30, 2014 by Martin Freki Stradej
...