Modification plage horaire événement #14

Closed
mlamalle wants to merge 10 commits from updatehourevent into master
Showing only changes of commit 42ed87b095 - Show all commits

View File

@@ -1219,7 +1219,7 @@ class ReportController extends AbstractController
$csv = $this->renderView('Report/export.csv.twig', ["projects" => $tbprojects]); $csv = $this->renderView('Report/export.csv.twig', ["projects" => $tbprojects]);
$response = new Response($csv); $response = new Response($csv);
$response->headers->set('Content-Type', 'text/csv; charset=utf-8'); $response->headers->set('Content-Type', 'text/csv; charset=utf-8');
//$response->headers->set('Content-Disposition', 'attachment; filename="export.csv"'); $response->headers->set('Content-Disposition', 'attachment; filename="export.csv"');
return $response; return $response;
} }