Skip to content

Commit

Permalink
When converting from LionWeb always set ReferenceByName.identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Sep 2, 2024
1 parent e0da29b commit 8e9e929
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ class LionWebModelConverter(
entry.key.identifier = (entry.value as ProxyNode).id
} else {
entry.key.referred = nodesMapping.byB(entry.value as LWNode)!! as PossiblyNamed
entry.key.identifier = entry.value!!.id!!
}
}
}
Expand Down

0 comments on commit 8e9e929

Please sign in to comment.