Skip to content

Commit 3bc945e

Browse files
authored
Merge pull request #7110 from Countly/SER-2724-user-can-not-export-data-from-the-db-viewer
[SER-2724] Bugfix: export the collection
2 parents e7e58fd + a9abc59 commit 3bc945e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/dbviewer/frontend/public/javascripts/countly.views.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@
258258
collection: this.localCollection,
259259
db: this.localDb,
260260
url: "/o/export/db",
261-
get_index: this.index
261+
get_index: this.index,
262+
api_key: countlyGlobal.member.api_key
262263
};
263264
return apiQueryData;
264265
},

0 commit comments

Comments
 (0)