@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.
@@ -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;