cronapp-lib-js 2.9.2-SP.9 → 2.9.3

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.
@@ -408,6 +408,7 @@ StimulsoftHelper.prototype.setParamsInFilter = function(dataSources, datasources
408
408
  StimulsoftHelper.prototype.manageLinkParameters = function(operation, datasource, conditionToSet) {
409
409
 
410
410
  var condition = '';
411
+ datasource.sqlCommand = datasource.sqlCommand || "";
411
412
  var queryName = datasource.sqlCommand;
412
413
  var idxQues = datasource.sqlCommand.indexOf('?');
413
414
  if (idxQues > -1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-lib-js",
3
- "version": "2.9.2-SP.9",
3
+ "version": "2.9.3",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "index.js",
6
6
  "scripts": {