Skip to content

Commit 049c44f

Browse files
Do not show any submissions in shadow screen with expected results
These are always local submissions. Fixes #2779.
1 parent 73f4a71 commit 049c44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/Controller/Jury/ShadowDifferencesController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public function indexAction(
104104
->select('s', 'ej', 'j')
105105
->andWhere('s.contest = :contest')
106106
->andWhere('s.externalid IS NOT NULL')
107+
->andWhere('s.expected_results IS NULL')
107108
->setParameter('contest', $contest)
108109
->getQuery()
109110
->getResult();

0 commit comments

Comments
 (0)