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 aa793f4 commit 978bf7bCopy full SHA for 978bf7b
webapp/src/Controller/Team/MiscController.php
@@ -105,7 +105,7 @@ public function homeAction(Request $request): Response
105
->setParameter('team', $team)
106
->addOrderBy('c.submittime', 'DESC')
107
->addOrderBy('c.clarid', 'DESC');
108
- if (!$this->dj->checkrole('jury') && $contest->getStartTimeObject()->getTimestamp() > time()) {
+ if ($contest->getStartTimeObject()->getTimestamp() > time()) {
109
$qb->andWhere('c.problem IS NULL');
110
}
111
/** @var Clarification[] $clarifications */
0 commit comments