Skip to content

Commit

Permalink
feat(template): Add properties link and custom fields
Browse files Browse the repository at this point in the history
Merge pull request #38 from DSD-DBS/order-template-types
  • Loading branch information
ewuerger authored Oct 16, 2024
2 parents c1c5a80 + 2e242f5 commit d745a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/.polarion/tracker/fields/custom-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ SPDX-License-Identifier: Apache-2.0 -->
<field id="exchanges_reverse" type="text/html" name="Exchanges in" description="Grouped links backlinks for ComponentExchanges." />
<field id="involved_processes" type="text/html" name="Involved processes" description="Grouped links for OperationalProcesses." />
<field id="involved_processes_reverse" type="text/html" name="Involved in" description="Grouped links backlinks for OperationalProcesses." />
<field id="properties" type="text/html" name="Properties" description="Grouped links for Property." />
<field id="properties_reverse" type="text/html" name="Property in" description="Grouped links backlinks for Property." />
<!-- ###################################################### Custom ###################################################### -->
<field id="context_diagram" type="text/html" name="Context Diagram" description="Context Diagram"/>
<field id="tree_view" type="text/html" name="Tree View Diagram" description="Tree View Diagram"/>
Expand Down
3 changes: 3 additions & 0 deletions template/.polarion/tracker/fields/workitem-link-role-enum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,7 @@ SPDX-License-Identifier: Apache-2.0 -->
<option id="physical_links" name="physical links" oppositeName="physical link of" sortOrder="118">
<rule from="componentExchange, physicalComponentNode, physicalActor" to="physicalLink"/>
</option>
<option id="properties" name="Properties" oppositeName="Property in" sortOrder="119">
<rule from="class" to="property"/>
</option>
</enumeration>

0 comments on commit d745a65

Please sign in to comment.