Skip to content

Commit 28c3904

Browse files
author
Michael Vasseur
committed
Add last forgotten code
1 parent f7e7e23 commit 28c3904

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,8 +1324,8 @@ 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;*/
1327+
elseif ($judging->getVisualization()) {
1328+
$alreadyRequested[] = $judgingId;
13291329
if ($judging->getResult() === null) {
13301330
$inProgress[] = $judgingId;
13311331
} elseif (!$judging->getValid()) {

0 commit comments

Comments
 (0)