Skip to content

Commit

Permalink
Remove deprecated item CaseType.taskRef
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 24, 2023
1 parent d1a1602 commit 861b6d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public SearchableItemsDefinitions additionalSearchContext(SearchContext ctx) {
ItemPath.create(CaseType.F_PARENT_REF),
ItemPath.create(CaseType.F_REQUESTOR_REF),
ItemPath.create(CaseType.F_TARGET_REF),
ItemPath.create(CaseType.F_TASK_REF),
ItemPath.create(CaseType.F_OBJECT_REF)
));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<a:version>4.0</a:version>
<a:operation>removed</a:operation>
</a:schemaMigration>
<a:schemaMigration>
<a:element>tns:taskRef</a:element>
<a:version>4.8</a:version>
<a:operation>removed</a:operation>
</a:schemaMigration>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
Expand Down Expand Up @@ -218,21 +223,6 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="taskRef" type="tns:ObjectReferenceType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Reference to the task holding workflow context for wf-related cases.
DEPRECATED. Not used any more. The relation is defined the other way:
task.objectRef points to this case.
</xsd:documentation>
<xsd:appinfo>
<a:objectReferenceTargetType>tns:TaskType</a:objectReferenceTargetType>
<a:deprecated>true</a:deprecated>
<a:deprecatedSince>4.1</a:deprecatedSince>
<a:deprecatedSince>4.0.3</a:deprecatedSince>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="stageNumber" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit 861b6d9

Please sign in to comment.