SortableJS/meteor-sortablejs

order number does not get updated properly

fakob opened this issue · 1 comments

fakob commented

When I reorder my list in meteor, the order fields are not updated properly. After a couple of times dragging and dropping they all end up at the same number. And there is also an internal server error.

This seems to be related to SortableJS/Sortable#398

I tried to apply the changes mentioned in the other issue. As I am not a meteor genius, I did not know how to apply the changes to the package.
Did anyone have the same issue?

before
screen shot 2016-02-16 at 18 54 12

after
screen shot 2016-02-16 at 18 57 06

server error
screen shot 2016-02-16 at 20 38 28

I found @day found a fix for this. You can find it at: day/RubaXa-Sortable@cc483ad