Skip to content
Snippets Groups Projects
Commit c0a17574 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1067247][[Export] Ansicht bleibt...

[Projekt: Entwicklung - Neon][TicketNr.: 1067247][[Export] Ansicht bleibt geöffnet, Export kann beliebig oft ausgeführt werden]
parent 5ba29552
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ var comingFrom = vars.get("$field.comingfrom");
if(templateId)
{
var document = ExportTemplateUtils.buildExport(templateId, selection, comingFrom, filename);
neon.download(document.content, document.filename);
var document = ExportTemplateUtils.buildExport(templateId, selection, comingFrom, filename);
neon.download(document.content, document.filename);
//since we do not open something after the download we need to close the window where the action is placed
neon.closeImage(vars.get("$sys.currentimage"), true);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment