Skip to content

Commit c523128

Browse files
committed
Add missing deletion count
This location was missed in commit 2222a86
1 parent 701a08d commit c523128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/Controller/Jury/ExecutableController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ public function deleteSingleAction(Request $request, string $execId, int $rankTo
419419
'showModalSubmit' => true,
420420
'modalUrl' => $request->getRequestUri(),
421421
'redirectUrl' => $this->generateUrl('jury_executable', ['execId' => $execId]),
422+
'count' => 1,
422423
];
423424
if ($request->isXmlHttpRequest()) {
424425
return $this->render('jury/delete_modal.html.twig', $data);

0 commit comments

Comments
 (0)