Skip to content

Commit

Permalink
changing assignmentRelationApproach into assignmentHolderRelationAppr…
Browse files Browse the repository at this point in the history
…oach. and later assignmentTargetRelationApproach can come.
  • Loading branch information
katkav committed Apr 6, 2020
1 parent 6da94cd commit 382edd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -15025,7 +15025,7 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="assignmentRelationApproach" type="tns:AssignmentRelationApproachType" minOccurs="0">
<xsd:element name="assignmentHolderRelationApproach" type="tns:AssignmentRelationApproachType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<p>
Expand Down
Expand Up @@ -1790,7 +1790,7 @@ private AssignmentCandidatesSpecification determineArchetypeAssignmentCandidateS
}
spec.setAssignmentObjectRelations(assignmentHolderRelations);
spec.setSupportGenericAssignment(archetypePolicy == null
|| AssignmentRelationApproachType.CLOSED != archetypePolicy.getAssignmentRelationApproach());
|| AssignmentRelationApproachType.CLOSED != archetypePolicy.getAssignmentHolderRelationApproach());
return spec;
}

Expand Down

0 comments on commit 382edd6

Please sign in to comment.