export sprint in csv

This commit is contained in:
afornerot 2024-02-20 11:20:30 +01:00
parent 1c572dd516
commit dae554a45d
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ class ScrumController extends AbstractController
$d = ';'; // this is the default but i like to be explicit
$e = '"'; // this is the default but i like to be explicit
$tmp=["Projet","Jalon","Type","Id","Titre","Statut","Label"];
$tmp=["Projet","Jalon","Sprint","Type","Id","Titre","Statut","Label"];
fputcsv($csvh, $tmp, $d, $e);
foreach($gitearepos as $gitearepo) {