Forced the PDF produced by the impact analysis to be downloaded as an attachment, otherwise on some browsers the result cannot be saved.

SVN:trunk[3725]
This commit is contained in:
Denis Flaven
2015-09-07 14:18:08 +00:00
parent d9adcf01cd
commit 52ad33f5b2
2 changed files with 2 additions and 5 deletions

View File

@@ -1816,6 +1816,7 @@ EOF
}
$oPage = new PDFPage($sTitle, $sPageFormat, $sPageOrientation);
$oPage->SetContentDisposition('attachment', $sTitle.'.pdf');
$oGraph = DisplayableGraph::FromRelationGraph($oRelGraph, $iGroupingThreshold, ($sDirection == 'down'));
$oGraph->InitFromGraphviz();