@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
|
@@ -15118,6 +15118,9 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
15118
15118
|
this.form.Triggers = null;
|
|
15119
15119
|
this.form.ObjectActionButtons = JSON.stringify(this.form.ActionButtons);
|
|
15120
15120
|
this.form.ActionButtons = null;
|
|
15121
|
+
if (this.form.Code == null) {
|
|
15122
|
+
this.setCode(this.form.Name);
|
|
15123
|
+
}
|
|
15121
15124
|
// chiamata effettiva
|
|
15122
15125
|
const dynamicModuleParams = [
|
|
15123
15126
|
{
|