IDEMPIERE-5373 - Attach result file from Import CSV Process when running on Background (#1431)
This commit is contained in:
parent
5bd3af0d2f
commit
d8f48d1f17
|
@ -153,6 +153,7 @@ public class ImportCSVProcess extends SvrProcess implements DataStatusListener {
|
||||||
processUI.download(outFile);
|
processUI.download(outFile);
|
||||||
else if( getProcessInfo() != null ){
|
else if( getProcessInfo() != null ){
|
||||||
ProcessInfo m_pi = getProcessInfo();
|
ProcessInfo m_pi = getProcessInfo();
|
||||||
|
m_pi.setExport(true);
|
||||||
m_pi.setExportFile(outFile);
|
m_pi.setExportFile(outFile);
|
||||||
m_pi.setExportFileExtension("csv");
|
m_pi.setExportFileExtension("csv");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue