-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
To Reproduce
Steps to reproduce the behavior:
- download https://github.com/admin-shell-io/submodel-templates/blob/main/published/Carbon%20Footprint/0/9/IDTA%202023-0-9%20_Template_CarbonFootprint.aasx
- import to explorer
- create new AAS and add a reference to the existing Submodel CarbonFootprint
- save as "xml"
The new reference looks like this:
<submodels>
<reference>
<type>ExternalReference</type>
<keys>
<key>
<type>Submodel</type>
<value>https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/0/9</value>
</key>
</keys>
</reference>
</submodels>but should look like this (ModelReference instead of ExternalReference):
<submodels>
<reference>
<type>ModelReference</type>
<keys>
<key>
<type>Submodel</type>
<value>https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/0/9</value>
</key>
</keys>
</reference>
</submodels>Version used: v2024-01-15, Build date: Mon 01/15/2024
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working