@eqproject/eqp-dynamic-module 2.10.63 → 2.10.64
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/README.md +3 -0
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +4 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -15064,6 +15064,9 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
15064
15064
|
this.form.Triggers = null;
|
|
15065
15065
|
this.form.ObjectActionButtons = JSON.stringify(this.form.ActionButtons);
|
|
15066
15066
|
this.form.ActionButtons = null;
|
|
15067
|
+
if (this.form.Code == null) {
|
|
15068
|
+
this.setCode(this.form.Name);
|
|
15069
|
+
}
|
|
15067
15070
|
// chiamata effettiva
|
|
15068
15071
|
const dynamicModuleParams = [
|
|
15069
15072
|
{
|