diff --git a/webapp/src/Controller/Jury/AuditLogController.php b/webapp/src/Controller/Jury/AuditLogController.php index 3669f7e5b3..712a83769f 100644 --- a/webapp/src/Controller/Jury/AuditLogController.php +++ b/webapp/src/Controller/Jury/AuditLogController.php @@ -103,7 +103,7 @@ public function indexAction( return $this->render('jury/auditlog.html.twig', [ 'auditlog' => $auditlog_table, 'table_fields' => $table_fields, - 'table_options' => ['ordering' => 'false', 'searching' => 'false'], + 'table_options' => ['ordering' => 'false', 'searching' => 'false', 'full_clickable' => false], 'maxPages' => $maxPages, 'thisPage' => $thisPage, 'showAll' => $showAll, diff --git a/webapp/templates/jury/jury_macros.twig b/webapp/templates/jury/jury_macros.twig index 9148308845..6b86e3903d 100644 --- a/webapp/templates/jury/jury_macros.twig +++ b/webapp/templates/jury/jury_macros.twig @@ -85,9 +85,9 @@ {% endmacro %} {% macro table(data, fields, options) %} -