Skip to content

Commit

Permalink
fix(serializer): Add SystemCapability in the registry
Browse files Browse the repository at this point in the history
Merge pull request #27 from DSD-DBS/fix-pre-and-post-condition
  • Loading branch information
ewuerger authored Dec 4, 2023
2 parents 1160ac0 + ece8d1b commit 9b1a9b8
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 9b1a9b8

Please sign in to comment.