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 f6baa3a commit 76deaafCopy full SHA for 76deaaf
webapp/src/Controller/Jury/SubmissionController.php
@@ -1313,11 +1313,11 @@ protected function createVisualization(array $judgings): void
1313
$numRequested = 0;
1314
foreach ($judgings as $judging) {
1315
$judgingId = $judging->getJudgingid();
1316
+ /*elseif ($judging->getVisualization()) {
1317
+ $alreadyRequested[] = $judgingId;*/
1318
if ($judging->getResult() === null) {
1319
$inProgress[] = $judgingId;
- /*} elseif ($judging->getVisualization()) {
- $alreadyRequested[] = $judgingId;
1320
- */}/ elseif (!$judging->getValid()) {
+ } elseif (!$judging->getValid()) {
1321
$invalidJudgings[] = $judgingId;
1322
} else {
1323
$outs = $judging->getRuns()->toArray();
0 commit comments