[Fixed] Gedmo SortableGroup for multiple groups

0 votes
asked Jul 20, 2016 in Solved by s.zinkiewicz (170 points)
recategorized Oct 5, 2016 by ludek.vodicka

Hi,

I'm trying to setup Sortable annotation on my entity for multiple groups. Skipper exports only one annotation for first configured item.
I'm using Skipper v3.2.6.1309.

Here is an example, how it should be exported to Entity:
https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.18/tests/Gedmo/Sortable/Fixture/Transport/Reservation.php#L25-L43
As you can see, there is a two annotations @Gedmo\SortableGroup and one @Gedmo\SortablePosition

Below is screen from my skipper, how I configured this behavior and how it was exported to my Entity:
enter image description here
enter image description here

commented Jul 20, 2016 by ludek.vodicka Skipper developer (140,450 points)

Thanks for report. We will investigate it. Can you please send me your (or any other test project where this issue can be reproduced) to my email [email protected]? Thanks

commented Jul 20, 2016 by s.zinkiewicz (170 points)

I just sent you test project via e-mail. Thanks for fast reply.

commented Jul 20, 2016 by ludek.vodicka Skipper developer (140,450 points)

Hi, what version are you using? I tried it on the latest beta and it seems that export works fine - https://dl.dropboxusercontent.com/u/11355235/ShareX/2016-07/2016-07-20_18-37-46.png

Try it on following version and let me know
https://support.skipper18.com/402/downloads-skipper-beta

commented Jul 20, 2016 by s.zinkiewicz (170 points)

I confirm, it works in new beta version. Thanks.

Please log in or register to answer this question.

...