FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

scores: Always show the team number, even if that team doesn't exist. #279

Closed poelstra closed 6 years ago

poelstra commented 6 years ago

When a score entry contains a team number that doesn't exist, that team number is not shown in the overview. This fixes that.

To reproduce: edit a score entry, change its team number to a non-existing one.

rikkertkoppes commented 6 years ago

Checked and verified, merged after resolving small conflict