Skip to content

Commit

Permalink
feat: Add realizing_functions custom fields
Browse files Browse the repository at this point in the history
Merge pull request #32 from DSD-DBS/add-realizing-functions
  • Loading branch information
ewuerger authored Sep 4, 2024
2 parents 25e18c6 + b2b1bff commit c484928
Showing 1 changed file with 2 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 @@ -56,6 +56,8 @@ SPDX-License-Identifier: Apache-2.0 -->
<field id="physical_links_reverse" name="Physical Link of" description="Grouped links backlinks for physical links." type="text/html" />
<field id="exchanges" name="exchanges" description="Grouped links for Component Exchanges und Physical Links." type="text/html" />
<field id="exchanges_reverse" name="exchanges in" description="Grouped backlinks for Component Exchanges und Physical Links." type="text/html" />
<field id="realized_functions" type="text/html" name="Realized functions" description="Realized functions of a Function."/>
<field id="realized_functions_reverse" type="text/html" name="Realizing functions" description="Grouped links backlinks for realized functions."/>
<field id="context_diagram" name="Context Diagram" description="Context Diagram" type="text/html" />
<field id="tree_view" name="Tree View Diagram" description="Tree View Diagram" type="text/html" />
</fields>

0 comments on commit c484928

Please sign in to comment.