Skip to content

Commit

Permalink
#11465 - Limit case duplicate merging comparison based on creation da…
Browse files Browse the repository at this point in the history
…te and archived status
  • Loading branch information
sergiupacurariu committed Mar 16, 2023
1 parent 4834ff3 commit 525dc30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,6 @@ public List<CaseMergeIndexDto[]> getCasesForDuplicateMerging(
creationDateFilter,
cb.notEqual(root.get(Case.ID), root2.get(Case.ID)),
cb.lessThanOrEqualTo(root.get(Case.CREATION_DATE), root2.get(Case.CREATION_DATE)));
// cb.lessThanOrEqualTo(root.get(Case.CREATION_DATE), criteria.getCreationDateTo()));

if (CollectionUtils.isNotEmpty(criteria.getCaseUuidsForMerge())) {
Set<String> caseUuidsForMerge = criteria.getCaseUuidsForMerge();
Expand Down

0 comments on commit 525dc30

Please sign in to comment.