We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fd3d3 commit 701a08dCopy full SHA for 701a08d
webapp/src/Service/ImportExportService.php
@@ -612,7 +612,7 @@ public function getResultsData(
612
// Teams with 0 points won't get a medal, a rank or an honor.
613
// They will always get an honorable mention.
614
$data[] = new ResultRow(
615
- $teamScore->team->getIcpcId(),
+ $teamScore->team->getIcpcId() ?? $teamScore->team->getExternalid(),
616
null,
617
'Honorable',
618
$teamScore->numPoints,
@@ -667,7 +667,7 @@ public function getResultsData(
667
}
668
669
670
671
$rank,
672
$awardString,
673
0 commit comments