Skip to content

Commit 3459c7d

Browse files
authored
Merge pull request #854 from frknbasaran/aggregation-pagination
[aggregation-pipeline] export aggregation object stringfy removed.
2 parents e48ceec + 4a65e7b commit 3459c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ window.DBViewerView = countlyView.extend({
301301
refresh: function() { },
302302
getExportAPI: function(tableID) {
303303
var hashes = window.location.hash.split("/");
304-
var aggregation = JSON.stringify($('#aggregation_pipeline').val());
304+
var aggregation = $('#aggregation_pipeline').val();
305305
if (tableID === 'aggregate-result-table') {
306306
var requestPath = '/o/db?api_key=' + countlyGlobal.member.api_key +
307307
"&dbs=" + hashes[5] + "&collection=" + hashes[6] + "&iDisplayStart=0" +

0 commit comments

Comments
 (0)