DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

Fix team import when importing multiple teams with the same non-existing category or affiliation. #2769

Closed nickygerritsen closed 3 weeks ago

nickygerritsen commented 3 weeks ago

This mostly happens with importing the teams2.tsv file, since we import both teams and categories at the same time. This is also why we didn't notice this yet, we use the JSON's.

Found by @mkfuron .