@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.
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +2 -1
- package/esm2020/lib/models/fieldExtraConfig.model.mjs +1 -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/lib/models/fieldExtraConfig.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
}
|