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 96a15ab commit a217393Copy full SHA for a217393
webapp/src/Controller/Jury/ExecutableController.php
@@ -116,7 +116,7 @@ public function indexAction(Request $request): Response
116
return $this->render('jury/executables.html.twig', [
117
'executables' => $executables_table,
118
'table_fields' => $table_fields,
119
- 'num_actions' => $this->isGranted('ROLE_ADMIN') ? 3 : 0,
+ 'num_actions' => count($execactions),
120
'form' => $form->createView(),
121
]);
122
}
0 commit comments