@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.
@@ -17865,6 +17865,8 @@ class EqpDynamicModuleConfiguratorComponent {
17865
17865
  this.form.ObjectFldExtraConfigValues = JSON.parse(JSON.stringify(this.form.FldExtraConfigValues));
17866
17866
  }
17867
17867
  this.form.Fields.forEach((field) => {
17868
+ // Rimuovo il FormGroup di preview (proprietà client-only, crea riferimento circolare in JSON.stringify)
17869
+ field.FormFormGroup = null;
17868
17870
  // Trasformo il datagetter in Base64
17869
17871
  field.DataGetterValueBase64String = btoa(JSON.stringify(field.DataGetter));
17870
17872
  field.DataGetter = null;