Skip to content

Commit c133c01

Browse files
committed
Show unjudgeable reasons also when judging has no final verdict yet.
1 parent 72da661 commit c133c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Jury/SubmissionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public function viewAction(
466466
}
467467

468468
$unjudgableReasons = [];
469-
if ($runsOutstanding) {
469+
if ($runsOutstanding || $submission->getResult() == null) {
470470
// Determine if this submission is unjudgable.
471471

472472
$numActiveJudgehosts = (int)$this->em->createQueryBuilder()

0 commit comments

Comments
 (0)