eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Minor bug fixes w.r.t. PutAASXPackage #165

Closed juileetikekar closed 1 year ago

juileetikekar commented 1 year ago

Issue: When the AASXPackage was updated via AASXFileServerInterface, the Blazor Tree structure used to break.

Root cause: The new AASXPackage was loaded into AdminShellPackageEnv, however, the parents of the corresponding SubmodelElements were not being set.

Fix: Setting the parent for all the SubmodelElements, after loading this updated AASXPackage.