@eqproject/eqp-dynamic-module 2.10.62 → 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.
@@ -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
  {