datasync-dynamic-form 1.0.10 → 1.0.13

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.
@@ -26,7 +26,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
26
26
 
27
27
  // reactstrap components
28
28
 
29
- const debugging = true;
29
+ const debugging = false;
30
30
  const local = true;
31
31
  const production = !local;
32
32
  const globals = {
@@ -366,7 +366,7 @@ class DsDynamicForm extends _react.Component {
366
366
  if (this.props.onFormSubmit) {
367
367
  if (globals.parameters.debugging) alert("onFormSubmit => filter log with AsyncDebug:: prefixe");
368
368
  //If props function return false then cancel form submit and do not save !
369
- this.props.onFormSubmit(this.data_blob, this.saveFormToDatasyncProcess);
369
+ this.props.onFormSubmit(this.data_blob);
370
370
  } else {
371
371
  //Call save anyway
372
372
  this.saveFormToDatasyncProcess();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.0.10",
3
+ "version": "1.0.13",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",
@@ -44,6 +44,6 @@
44
44
  "axios": "^1.7.2",
45
45
  "datasync-blob": "^1.0.1",
46
46
  "datasync-common-library": "^1.0.5",
47
- "datasync-core": "^1.0.24"
47
+ "datasync-core": "^1.0.28"
48
48
  }
49
49
  }