Skip to content

Commit acbdc00

Browse files
Fix team and affiliation page by setting public property
1 parent 500d276 commit acbdc00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webapp/src/Controller/Jury/TeamAffiliationController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public function viewAction(Request $request, ScoreboardService $scoreboardServic
142142
'ajax' => true,
143143
],
144144
'maxWidth' => $this->config->get('team_column_width'),
145+
'public' => false,
145146
];
146147

147148
if ($currentContest = $this->dj->getCurrentContest()) {

webapp/src/Controller/Jury/TeamController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ public function viewAction(
247247
'showFlags' => (bool)$this->config->get('show_flags'),
248248
'showContest' => count($this->dj->getCurrentContests()) > 1,
249249
'maxWidth' => $this->config->get("team_column_width"),
250+
'public' => false,
250251
];
251252

252253
$currentContest = $this->dj->getCurrentContest();

0 commit comments

Comments
 (0)