Skip to content

Commit

Permalink
fix: associations of subclasses were mapped to the root class but sho…
Browse files Browse the repository at this point in the history
…uld be mapped to the subclass
  • Loading branch information
micha91 committed Nov 13, 2024
1 parent d261d66 commit 29d59bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capellambse_context_diagrams/collectors/tree_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ def get_all_classes(
for prop in cls.owned_properties:
process_property(
_PropertyInfo(
root,
cls,
prop,
partition,
classes,
cls,
None,
max_partition,
super,
sub,
Expand Down

0 comments on commit 29d59bb

Please sign in to comment.