@eqproject/eqp-dynamic-module 2.9.9 → 2.9.12

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.
@@ -12045,6 +12045,7 @@ class AddFormFieldComponent {
12045
12045
  this.fieldsExtraConfig.forEach((fieldExtraConfig) => {
12046
12046
  var newfield = new FieldExtraValues();
12047
12047
  newfield.FieldConfigCode = fieldExtraConfig.FieldConfigCode;
12048
+ newfield.FieldConfigParentFieldCode = this.field.Name;
12048
12049
  if (fieldExtraConfig.FieldConfigType == FieldTypeEnum['Booleano']) {
12049
12050
  newfield.FieldConfigValue = false;
12050
12051
  }