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 ece8d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella2polarion/elements/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ def physical_component(
"CapabilityRealization": include_pre_and_post_condition,
"LogicalComponent": component_or_actor,
"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 ece8d1b

Please sign in to comment.