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 c2f323e commit 762ac7dCopy full SHA for 762ac7d
webapp/src/Controller/Jury/TeamCategoryController.php
@@ -250,7 +250,7 @@ public function requestRemainingRunsWholeTeamCategoryAction(string $categoryId):
250
->join('t.category', 'tc')
251
->andWhere('j.valid = true')
252
->andWhere('j.result != :compiler_error')
253
- ->andWhere('tc.category = :categoryId')
+ ->andWhere('tc.categoryid = :categoryId')
254
->setParameter('compiler_error', 'compiler-error')
255
->setParameter('categoryId', $categoryId);
256
if ($contestId > -1) {
0 commit comments