mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
Add export button to template
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user