Skip to content
Snippets Groups Projects
Commit 97ca7535 authored by Sophia Leierseder's avatar Sophia Leierseder
Browse files

Document_lib access system database

parent 264d8068
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ function DocumentUtil(){
* Documents will be downloaded with neon.download
*/
DocumentUtil.downloadSelectedDocuments = function() {
var alias = db.getCurrentAlias();
var alias = SqlUtils.getSystemAlias();
if(vars.exists("$sys.selectionRows") && vars.get("$sys.selectionRows")) {
var rows;
......
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