@eqproject/eqp-dynamic-module 2.6.45 → 2.6.46
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/private/form-records/add-form-record/add-form-record.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4894,6 +4894,7 @@ class AddFormRecordComponent {
|
|
|
4894
4894
|
];
|
|
4895
4895
|
GlobalService.debugLog('onSaveRecord - dynamicModuleParams', dynamicModuleParams);
|
|
4896
4896
|
this.utilityService.RunEndPointCall(this.endPointConfiguration.Records.SaveEndPoint, dynamicModuleParams, (res) => {
|
|
4897
|
+
event.ID = res.toString();
|
|
4897
4898
|
this.checkTriggers(event);
|
|
4898
4899
|
this.afterSaveRecordEvent.emit(event);
|
|
4899
4900
|
this.isSaving = false;
|