mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
N°5671 - Export data in Excel does not work with XLSX files
This commit is contained in:
@@ -711,7 +711,7 @@ try
|
||||
}
|
||||
$oP->add_style("body { overflow: auto; }");
|
||||
} else {
|
||||
$oP = new AjaxPage('iTop export');
|
||||
$oP = new DownloadPage('iTop export');
|
||||
$oP->SetContentType($oExporter->GetMimeType());
|
||||
}
|
||||
DoExport($oP, $oExporter, false);
|
||||
|
||||
Reference in New Issue
Block a user