0 votes

I have a Doctrine2/Symfony3 project. In one of my entities I have currently 11 entity listeners defined. Some of those entity listeners need to be called in a certain order.

Unfortunately, Skipper always switches the order of two entity of my entity listeners.
I have to manually re-ordered the entity listeners before each "export".
When I save the project with the correct entity listener order and then close and re-open it then the entity listeners are again in the old (wrong) order.

Is there anything I can do to prevent this behavior?

in Solved by (120 points)
recategorized by

2 Answers

0 votes

Thanks for info and sorry for this inconvenience.

Can you please send me minimal test project where will this issue occur? It's probably some bug inside the property system.

Thank you
Ludek ([email protected])

by Skipper developer (141k points)
0 votes

Just found the issue with the ordering. It's caused by invalid comparing order key value as the string instead of the number (So 10 was next to 1, instead to 9 ;-)).

Fixed version is available on our support site: https://support.skipper18.com/402/downloads-skipper-beta

Please let me know if the issue is comsolved also on your side.

by Skipper developer (141k points)

It is now working fine! Thank you for fixing it so quickly!

Perfect, thanks for testing!