Skip to content
Snippets Groups Projects
Commit 6851f79b authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch '#1074970_Anzeigbare_Dateien_im_Browser_öffnen' into '2021.0'

Methode umbenannt in openFile

See merge request xrm/basic!862
parents a409b4bb 5aa1e0c3
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,9 @@ DocumentUtil.openSelectedDocument = function(pAssignmentName)
if(binaryContents.length == 1)
{
if(pAssignmentName == "ERRORLOG")
neon.open(binaryContents[0], rows[0]["NAME"] + ".txt", rows[0]["TYPE"], false);
neon.openFile(binaryContents[0], rows[0]["NAME"] + ".txt", rows[0]["TYPE"], false);
else
neon.open(binaryContents[0], rows[0]["NAME"], rows[0]["TYPE"], false);
neon.openFile(binaryContents[0], rows[0]["NAME"], rows[0]["TYPE"], false);
}
}
}
......
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