@esfaenza/extensions 15.2.38 → 15.2.39

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.
@@ -1062,7 +1062,8 @@ class AppEmbeddingExtensions {
1062
1062
  this.MainWindow = this.MainWindow.parent;
1063
1063
  this.EmbeddingLevel++;
1064
1064
  this.Embedded = true;
1065
- this.EmbeddedModule = this.location.path().match(/module=([a-zA-Z_]+)/)[1];
1065
+ // Fallback per farlo funzionare forzatamente mentre lo testo
1066
+ this.EmbeddedModule = this.location.path().match(/module=([a-zA-Z_]+)/)?.[1] || myconfig.AppData.ModuleId;
1066
1067
  }
1067
1068
  this.configureEmbeddability();
1068
1069
  if (this.Embedded)