export sprint in csv
This commit is contained in:
parent
1c572dd516
commit
dae554a45d
|
@ -522,7 +522,7 @@ class ScrumController extends AbstractController
|
||||||
$d = ';'; // this is the default but i like to be explicit
|
$d = ';'; // this is the default but i like to be explicit
|
||||||
$e = '"'; // 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);
|
fputcsv($csvh, $tmp, $d, $e);
|
||||||
|
|
||||||
foreach($gitearepos as $gitearepo) {
|
foreach($gitearepos as $gitearepo) {
|
||||||
|
|
Loading…
Reference in New Issue