Skip to content

Commit c576c5e

Browse files
committed
[ToDo] Return to the page which started it
This does not return to the page which indicated it when you use the single judgehost task and are at the judgehosts page.
1 parent c21737e commit c576c5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webapp/src/Controller/Jury/JudgehostController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,7 @@ public function requestGenericTaskJudgehost(Request $request, int $judgehostid,
372372
public function requestGenericTask(Request $request, string $execid): RedirectResponse
373373
{
374374
$this->helperGenericTask($execid);
375-
return $this->redirectToRoute('jury_judgehost', [
376-
'judgehostid' => $judgehostid
377-
]);
375+
return $this->redirectToRoute('jury_judgehosts');
378376
}
379377

380378
/**

0 commit comments

Comments
 (0)