d2-analysis
Advanced tools
Comparing version 33.2.2 to 33.2.3
@@ -910,2 +910,7 @@ 'use strict'; | ||
// aggregation type | ||
if ((0, _isString2.default)(this.aggregationType) && this.aggregationType !== defAggTypeId) { | ||
request.add('aggregationType=' + this.aggregationType); | ||
} | ||
// normal request only | ||
@@ -918,7 +923,2 @@ if (!isTableLayout) { | ||
// aggregation type | ||
if ((0, _isString2.default)(this.aggregationType) && this.aggregationType !== defAggTypeId) { | ||
request.add('aggregationType=' + this.aggregationType); | ||
} | ||
// user org unit | ||
@@ -925,0 +925,0 @@ if ((0, _isArray2.default)(this.userOrgUnit) && this.userOrgUnit.length) { |
{ | ||
"name": "d2-analysis", | ||
"version": "33.2.2", | ||
"version": "33.2.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -928,2 +928,7 @@ import isArray from 'd2-utilizr/lib/isArray'; | ||
// aggregation type | ||
if (isString(this.aggregationType) && this.aggregationType !== defAggTypeId) { | ||
request.add('aggregationType=' + this.aggregationType); | ||
} | ||
// normal request only | ||
@@ -936,7 +941,2 @@ if (!isTableLayout) { | ||
// aggregation type | ||
if (isString(this.aggregationType) && this.aggregationType !== defAggTypeId) { | ||
request.add('aggregationType=' + this.aggregationType); | ||
} | ||
// user org unit | ||
@@ -943,0 +943,0 @@ if (isArray(this.userOrgUnit) && this.userOrgUnit.length) { |
Sorry, the diff of this file is not supported yet
3850374
350