Skip to content

Commit 2b6afcd

Browse files
author
Michael Vasseur
committed
Fixup
1 parent 28c3904 commit 2b6afcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/Controller/Jury/SubmissionController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,10 @@ protected function createVisualization(array $judgings): void
13241324
$numRequested = 0;
13251325
foreach ($judgings as $judging) {
13261326
$judgingId = $judging->getJudgingid();
1327-
elseif ($judging->getVisualization()) {
1328-
$alreadyRequested[] = $judgingId;
13291327
if ($judging->getResult() === null) {
13301328
$inProgress[] = $judgingId;
1329+
} elseif ($judging->getVisualization()) {
1330+
$alreadyRequested[] = $judgingId;
13311331
} elseif (!$judging->getValid()) {
13321332
$invalidJudgings[] = $judgingId;
13331333
} else {

0 commit comments

Comments
 (0)