Reviewed and corrected sorting of replies #66

Manually merged
cmccabe merged 1 commits from fix-sorting into master 2019-12-16 11:52:08 +00:00
Collaborator

Fixes #65

Sorting of the replies list was done using sorted() with no key information. This works ok until more than one person comments on a thread.

A key has been added, sorting by column index 2 which is the timestamp of the record.

Confirmed no other sorting is done that might have this issue.

Fixes #65 Sorting of the replies list was done using `sorted()` with no key information. This works ok until more than one person comments on a thread. A key has been added, sorting by column index 2 which is the timestamp of the record. Confirmed no other sorting is done that might have this issue.
asdf added the
bug
this release
labels 2019-12-16 08:56:30 +00:00
cmccabe closed this pull request 2019-12-16 11:52:08 +00:00
Owner

Good catch. I also just saw this where you commented in the new music category.

Good catch. I also just saw this where you commented in the new music category.
asdf deleted branch fix-sorting 2019-12-16 23:44:33 +00:00
Sign in to join this conversation.
No description provided.