Closed ivanbrykov closed 1 year ago
I have the same problem, tried 1.3, 1.4, 1.5. Have you found a solution ?
Thanks !
@mattchete our solution was to implement it from scratch using more simplistic approach. Sorry for the bad news.
Ok, thanks for the answer
@brykov, @mattchete I just faced this error in my app, I fixed it by myself too.
@brykov, @mattchete I just faced this error in my app, I fixed it by myself too.
how ?
i'm facing the same problem. any solution found ???
i'm facing the same problem. any solution found ???
We have implemented our own view. There is no workaround for this bug as far as I'm aware.
i'm facing the same problem. any solution found ???
We have implemented our own view. There is no workaround for this bug as far as I'm aware.
thanks for the response. is there any other bundle that would do the job
Here exactly the same, completely incorrect ordering. Thinking of implementing it myself too if there is no other solution, anybody?
Here exactly the same, completely incorrect ordering. Thinking of implementing it myself too if there is no other solution, anybody?
hi we had to override the pixsortablebehavior js that was responsible for firing events and redirect the js ajax to our custom made methods that took care of each entity that had the sorting . the code https://github.com/AjbarAbdelmajid/pixSortableBehaviorBundleCustomReorderingFix . feel free to update it and push back ;)
Sonata admin officially migrated to runroom-packages/sortable-behavior-bundle
, try it instead.
https://symfony.com/bundles/SonataAdminBundle/current/cookbook/recipe_sortable_listing.html
After playing with this bundle for a bit I ended up with the following picture:
Here is how it looks in the DB:
Initially all items were ordered from 0 to 10. I clicked double arrows couple of times and now I have 3 items with order 10.