AdmiralGT / ttennis_ladder

0 stars 1 forks source link

Fix admin delete page not deleting things correctly #61

Closed AdmiralGT closed 5 years ago

AdmiralGT commented 5 years ago

Fixes Issue #60 Problem here is that the deletes were sent in ascending order and so deleting an index changed all later indices. Fixed to provide the results to delete in descending order so the index is guaranteed to exist. Also fixed a bug in that we also sent a blank entry which hit an exception in the server.