Skip to content

Commit

Permalink
fix(capella2polarion): Update logical-common.html.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored Sep 20, 2024
1 parent dc9da6c commit 089a25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% macro render_content(component, model, session) %}
{{ heading(2, component.name, session)}}
{{ heading(3, "Logical Component Context", session)}}
<workitem id="interface_partners">The figure below provides an overview of the logical subsystem and external entities that either require the functionality of <b>{{ component.name }}</b> (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment.</workitem>
<workitem id="interface_partners-{{ component.uuid }}">The figure below provides an overview of the logical subsystem and external entities that either require the functionality of <b>{{ component.name }}</b> (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment.</workitem>
{{ insert_work_item(component, session) }}
{{ heading(3, "Logical interface partners of " + component.name, session) }}

Expand Down

0 comments on commit 089a25f

Please sign in to comment.