Closed synap5e closed 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.
get_all_account_names
Fixed in a0174e2
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.