Skip to content
Snippets Groups Projects
Commit aa4dfd96 authored by sebastien dupuy's avatar sebastien dupuy
Browse files

correctif du nom de fichier telechargé pour un dossier cyber securité

parent 4da0a49f
No related branches found
No related tags found
No related merge requests found
Pipeline #41290 passed
......@@ -233,7 +233,7 @@ public function DossierCyberSecuritePdf(GraphDataRepository $repository, $organi
$tempName = sys_get_temp_dir() . DIRECTORY_SEPARATOR . Str::random() . '.pdf';
$pdf->save($tempName);
return response()->download($tempName);
return response()->download($tempName, 'Dossier_cyber_securite - ' . date('Y-m-d') . '.pdf');
}
public function getActionSorted(Evaluation|null $evaluation): array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment