@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
|
@@ -15263,7 +15263,7 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
15263
15263
|
cloneField.OrdinalPosition = this.form.Fields.length + 1;
|
|
15264
15264
|
this.selectedField = new BaseField();
|
|
15265
15265
|
this.indexSelectedField = null;
|
|
15266
|
-
let cloneFieldStructure = { field:
|
|
15266
|
+
let cloneFieldStructure = { field: cloneField, reopen: 0 };
|
|
15267
15267
|
this.onSaveField(cloneFieldStructure);
|
|
15268
15268
|
}
|
|
15269
15269
|
else {
|