Skip to content

Commit

Permalink
merge: Merge pull request #25 from DSD-DBS/pre-post-conditions-capabi…
Browse files Browse the repository at this point in the history
…lities

feat: use include_pre_and_post_condition serializer for Capabilities
  • Loading branch information
micha91 authored Nov 29, 2023
2 parents 9843008 + af1bcbb commit 5f1e8b4
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 @@ -312,6 +312,7 @@ 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,
"SystemComponent": component_or_actor,
"Scenario": include_pre_and_post_condition,
Expand Down

0 comments on commit 5f1e8b4

Please sign in to comment.