Home Documentation Download Pricing Buy Now

[Fixed] Id order is not respected in mapping file

0 votes

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

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

Thanks for info. We will check it.

1 Answer

0 votes

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

answered May 22, 2015 by ludek.vodicka Skipper developer (140,530 points)
...