-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When we would draw the same relationship twice, but for different roles of the relationship, the diagram file will contain two edges representing the relationships:
edges:
- id: ParentDataContainerToDataContainerRelationshipEdge
relationship: ParentDataContainerToDataContainerRelationship
sourceNode: DataContainerNode
targetNode: DataContainerRelationshipNode
- id: ChildDataContainerToDataContainerRelationshipEdge
relationship: ChildDataContainerToDataContainerRelationship
sourceNode: DataContainerNode
targetNode: DataContainerRelationshipNode
But visually the lines are not separated, because they are drawn between the two same nodes:
The routing algorithm should be adjusted for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
