Skip to content

Commit 25e18c6

Browse files
authored
fix: DataPkg ID
Merge pull request #31 from DSD-DBS/fix-data-pkg
2 parents 30b4dea + fef1968 commit 25e18c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

template/.polarion/tracker/fields/workitem-type-enum.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ SPDX-License-Identifier: Apache-2.0 -->
4040
<option id="physicalComponent" description="A Component is a constituent part of either the System or Internal Actors. He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal and External Actors." iconURL="/polarion/icons/project/%project-id%/Capella_PhysicalComponent.gif" name="Physical Component" sortOrder="36" />
4141
<option id="mode" description="The Mode of an element defines the kind of element exploitation expected in given use conditions. A Mode is activated by operators. It is usually the result of a design decision and is an expected behavior feature of the element." iconURL="/polarion/icons/project/%project-id%/Capella_Mode.gif" name="Mode" sortOrder="37" />
4242
<option id="state" description="The State of an element characterizes the element behavior in given environmental conditions. A State is activated mainly by external conditions, or by operators. It may be unexpected and even suffered." iconURL="/polarion/icons/project/%project-id%/Capella_State.gif" name="State" sortOrder="38" />
43-
<option id="_C2P_dataPkg" name="DataPkg" description="A Package storing class data." iconURL="/polarion/icons/project/%project-id%/Capella_DataPkg.gif" sortOrder="39" />
43+
<option id="dataPkg" name="DataPkg" description="A Package storing class data." iconURL="/polarion/icons/project/%project-id%/Capella_DataPkg.gif" sortOrder="39" />
44+
<option id="property" name="Property" description="A property of a class." iconURL="/polarion/icons/project/%project-id%/Property.gif" sortOrder="40" />
4445
</enumeration>

0 commit comments

Comments
 (0)