@eqproject/eqp-dynamic-module 2.10.22 → 2.10.23
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/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -15313,7 +15313,7 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
15313
15313
|
cloneField.OrdinalPosition = this.form.Fields.length + 1;
|
|
15314
15314
|
this.selectedField = new BaseField();
|
|
15315
15315
|
this.indexSelectedField = null;
|
|
15316
|
-
let cloneFieldStructure = { field:
|
|
15316
|
+
let cloneFieldStructure = { field: cloneField, reopen: 0 };
|
|
15317
15317
|
this.onSaveField(cloneFieldStructure);
|
|
15318
15318
|
}
|
|
15319
15319
|
else {
|