@eqproject/eqp-dynamic-module 2.6.13 → 2.6.14
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.
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +4 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11308,6 +11308,9 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
11308
11308
|
this.utilityHelperService.RunEndPointCall(this.endPointConfiguration.Forms.SaveEndPoint, dynamicModuleParams, (res) => {
|
|
11309
11309
|
EqpDynamicModuleDialogService.Success("Form salvata con successo!");
|
|
11310
11310
|
this.afterSaveFormEvent.emit(this.form);
|
|
11311
|
+
}, (error) => {
|
|
11312
|
+
EqpDynamicModuleDialogService.Error("Errore nel salvataggio della form");
|
|
11313
|
+
console.log("Errore nel salvataggio della form", error);
|
|
11311
11314
|
});
|
|
11312
11315
|
}
|
|
11313
11316
|
else {
|