We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48ceec + 4a65e7b commit 3459c7dCopy full SHA for 3459c7d
plugins/dbviewer/frontend/public/javascripts/countly.views.js
@@ -301,7 +301,7 @@ window.DBViewerView = countlyView.extend({
301
refresh: function() { },
302
getExportAPI: function(tableID) {
303
var hashes = window.location.hash.split("/");
304
- var aggregation = JSON.stringify($('#aggregation_pipeline').val());
+ var aggregation = $('#aggregation_pipeline').val();
305
if (tableID === 'aggregate-result-table') {
306
var requestPath = '/o/db?api_key=' + countlyGlobal.member.api_key +
307
"&dbs=" + hashes[5] + "&collection=" + hashes[6] + "&iDisplayStart=0" +
0 commit comments