aasx-package-explorer icon indicating copy to clipboard operation
aasx-package-explorer copied to clipboard

[old namespace] get supplementaries

Open G31B3L opened this issue 11 months ago • 0 comments

https://github.com/admin-shell-io/aasx-package-explorer/blob/3581d4c8b4c88aeed5e63c6c987e652fde50eafe/src/AasxCsharpLibrary/AdminShellPackageEnv.cs#L1535

Old namespace: xs = specPart.GetRelationshipsByType(http://www.admin-shell.io/aasx/relationships/aas-suppl);

Change it to (remove "www."): xs = specPart.GetRelationshipsByType(http://admin-shell.io/aasx/relationships/aas-suppl);

G31B3L avatar Mar 18 '24 15:03 G31B3L