wrong extension in doctrine2 xml export

0 votes
asked Jul 7, 2017 in Bug report by ardus (140 points)

When I do a doctrine2 XML export, the extension of the files are yml.
Additional info: I changed a yml export to xml export.

1 Answer

0 votes
answered Jul 7, 2017 by ludek.vodicka Skipper developer (140,450 points)

You probably have configured file name for each entity with yml extension (this is a way how Skipper imports existing projects).

In this situation you need to change/remove file name to respect correct file name (Entity->Orm propety editor-> file name)

...