Skip to content

Commit

Permalink
feat(template): Add PhysicalLink link
Browse files Browse the repository at this point in the history
Merge pull request #22 from DSD-DBS/update-template
  • Loading branch information
ewuerger authored Jul 18, 2024
2 parents 54cd1d7 + 5315862 commit ec8c357
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 275 deletions.
13 changes: 8 additions & 5 deletions template/.polarion/hats/_default/tracker/form-layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ SPDX-License-Identifier: Apache-2.0 -->
</horizontal>

<field id="description" />

<panel description="Custom Fields">
<field
id="@allCustomFields,-owner,-sortOrder,-manualQuality,-qualitySuspect,-automatics,-language,-capellaId" />
<panel description="Generic Capella Fields">
<field id="uuid_capella,parent,parent_reverse" readOnly="true" />
</panel>
<panel description="Custom Capella Fields">
<field id="preCondition,postCondition,allocated_functions,allocated_functions_reverse,allocated_functional_exchanges,allocated_functional_exchanges_reverse,exchange_items,exchange_items_reverse,involved_activities,involved_activities_reverse,involved_entities,involved_entities_reverse,diagram_elements,diagram_elements_reverse,state_machines,state_machines_reverse,constraints,constraints_reverse,output_exchanges,output_exchanges_reverse,input_exchanges,input_exchanges_reverse,activities,activities_reverse,outputs,outputs_reverse,inputs,inputs_reverse,description_reference,description_reference_reverse,scenarios,scenarios_reverse,groups,groups_reverse,physical_links,physical_links_reverse,exchanges,exchanges_reverse" readOnly="true" />
</panel>
<panel description="Requirement Fields">
<field id="assumption,availability,computation,legal,performance,rationale,reliability,safety,security,standards" readOnly="true" />
</panel>

<field id="comments" />
<field id="linkedWorkItems" />
<field id="hyperlinks" />
Expand Down
4 changes: 4 additions & 0 deletions template/.polarion/tracker/fields/custom-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ SPDX-License-Identifier: Apache-2.0 -->
<field id="scenarios_reverse" description="Grouped links backlinks for scenarios." name="is Scenario in" type="text/html" />
<field id="groups" description="Groups" name="Groups" type="text/html" />
<field id="groups_reverse" description="Groups reverse" name="Grouped by" type="text/html" />
<field id="physical_links" description="Grouped links for physical links." name="Physical Links" type="text/html"/>
<field id="physical_links_reverse" description="Grouped links backlinks for physical links." name="Physical Link of" type="text/html"/>
<field id="exchanges" description="Grouped links for Component Exchanges und Physical Links." name="exchanges" type="text/html"/>
<field id="exchanges_reverse" description="Grouped backlinks for Component Exchanges und Physical Links." name="exchanges in" type="text/html"/>
<field id="context_diagram" description="Context Diagram" name="Context Diagram" type="text/html" />
<field id="tree_view" description="Tree View Diagram" name="Tree View Diagram" type="text/html" />
</fields>
Loading

0 comments on commit ec8c357

Please sign in to comment.