[Fixed] Id order is not respected in mapping file

0 votes
asked May 19, 2015 in Solved by Damien (350 points)
recategorized Oct 13, 2015 by ludek.vodicka

Hello

I can not have the id fields in the right order

Example : https://dl.dropboxusercontent.com/u/72710892/id-order-invalid.skipper

In Graph entity we should have :
Acme\Bundle\DemoBundle\Entity\Graph:
type: entity
table: Graph
id:
house:
...
label:
...
dog:
...

But "label" is always generated on top instead of 2nd

Cheers

Damien

commented May 19, 2015 by ludek.vodicka Skipper developer (140,450 points)

Thanks for info. We will check it.

1 Answer

0 votes
answered May 22, 2015 by ludek.vodicka Skipper developer (140,450 points)

Bugfix is available in latest beta: http://support.skipper18.com/402/downloads-skipper-beta

...