Skip to content

fix: TUVote inner join TUVoteInfo for "Last Votes by TU" listing

Kevin Morris requested to merge kevr/aurweb:fix-tu-last-vote into master

By implicitly joining, sqlalchemy joined on TUVote.UsersID = TUVoteInfo.SubmitterID. This should be joining on TUVote.VoteID = TUVoteInfo.ID instead to include all TUVote instances found in the database.

Closes #266 (closed)

Signed-off-by: Kevin Morris kevr@0cost.org

Edited by Kevin Morris

Merge request reports