jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

Room list duplicates #16

Closed NathanRSmith closed 12 years ago

NathanRSmith commented 12 years ago

If a user is a member of multiple roles and a room allows 2 or more of those roles, the room name will show up in the room list (bb root url) 2 or more times. Comes from views.py line 52, but I haven't figured out the right operation yet to solve it.

NathanRSmith commented 12 years ago

Fixed in a less hacky way using distinct() method. Will be in next pull request.