Skip to content

Commit

Permalink
fix(serializer): Add SystemCapability in the registry
Browse files Browse the repository at this point in the history
This fixes the problem that pre- and post-condition would miss on
SystemCapabilities.
  • Loading branch information
ewuerger committed Dec 4, 2023
1 parent 1160ac0 commit d8a5bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capella2polarion/elements/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def physical_component(
"OperationalCapability": include_pre_and_post_condition,
"Capability": include_pre_and_post_condition,
"PhysicalComponent": physical_component,
"SystemCapability": include_pre_and_post_condition,
"SystemComponent": component_or_actor,
"Scenario": include_pre_and_post_condition,
"Constraint": constraint,
Expand Down

0 comments on commit d8a5bda

Please sign in to comment.