Add export button to template

This commit is contained in:
2025-01-15 16:34:11 +01:00
parent c379bccad4
commit edb51dd3cd
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ class SocialIssuesExportController extends AbstractController
throw new AccessDeniedHttpException('Only ROLE_ADMIN can export this list');
}
// $socialIssues = $this->socialIssueRepository->findAllAsArray();
$socialIssues = $this->socialIssueRepository->findAll();
$socialIssues = array_map(function ($issue) {