Skip to content

Commit a217393

Browse files
thijskhvmcj
authored andcommitted
Fix executions table th mismatch
(cherry picked from commit 7727c93)
1 parent 96a15ab commit a217393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Jury/ExecutableController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function indexAction(Request $request): Response
116116
return $this->render('jury/executables.html.twig', [
117117
'executables' => $executables_table,
118118
'table_fields' => $table_fields,
119-
'num_actions' => $this->isGranted('ROLE_ADMIN') ? 3 : 0,
119+
'num_actions' => count($execactions),
120120
'form' => $form->createView(),
121121
]);
122122
}

0 commit comments

Comments
 (0)