charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Fix reording movies in user queue after delete #106

Closed charwking closed 9 years ago

charwking commented 9 years ago

This fixes #105, which Dustin found today.

When removing a movie from the movie queue, we update the order of each movie. The code was assuming the movies in the vm.movies array were already sorted by order, which is not the case. The fix is to sort them before updating their order properties.