@eqproject/eqp-dynamic-module 2.10.70 → 2.10.71

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.
@@ -17728,6 +17728,8 @@ class EqpDynamicModuleConfiguratorComponent {
17728
17728
  this.form.ObjectFldExtraConfigValues = JSON.parse(JSON.stringify(this.form.FldExtraConfigValues));
17729
17729
  }
17730
17730
  this.form.Fields.forEach((field) => {
17731
+ // Rimuovo il FormGroup di preview (proprietà client-only, crea riferimento circolare in JSON.stringify)
17732
+ field.FormFormGroup = null;
17731
17733
  // Trasformo il datagetter in Base64
17732
17734
  field.DataGetterValueBase64String = btoa(JSON.stringify(field.DataGetter));
17733
17735
  field.DataGetter = null;