overtrack-gg / overtrack-web-2

https://overtrack.gg/ site | Automatic Match History for Overwatch and Apex Legends
https://overtrack.gg/
11 stars 5 forks source link

Overwatch hero stats account selector does not populate when rendering a single account #32

Closed synap5e closed 4 years ago

synap5e commented 4 years ago

https://github.com/overtrack-gg/overtrack-web-2/blob/ba3e25fea24c79b914aab45fbe730c20b3fe8c91/overtrack_web/overtrack_web/views/overwatch/hero_stats.py#L249

This should use get_all_account_names to populate IFF account is not set to all accounts. Even this solution is not ideal, as it will then list all accounts not just this seasson's accounts.

synap5e commented 4 years ago

Fixed in a0174e2