@trudb/tru-common-lib 0.2.257 → 0.2.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1837,6 +1837,9 @@ class TruEntityAccessor {
1837
1837
  }
1838
1838
  }
1839
1839
  };
1840
+ var argsText = this.textManager.formatAsUrlParameters(args);
1841
+ if (queryText)
1842
+ argsText += '&' + queryText;
1840
1843
  xhr.open('POST', this._baseUrl + '/api/export/execute');
1841
1844
  xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8');
1842
1845
  xhr.responseType = 'arraybuffer';
@@ -2222,7 +2225,6 @@ class TruDataContext {
2222
2225
  }
2223
2226
  resolve();
2224
2227
  }).catch((e) => {
2225
- this.uiNotification.error(e.message);
2226
2228
  this.appEnvironment.saveComplete({ successful: false });
2227
2229
  reject(e);
2228
2230
  }).finally(() => {