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.

in Solved by
edited by

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

by Skipper developer (141k points)
selected by