Skip to content

Commit

Permalink
Fix failing IT in BulkAccessControlIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Pauwels committed Aug 8, 2023
1 parent 0e9b482 commit 51d20fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ private void setItemPolicies(Item item, BulkAccessControlInput accessControl)
.forEach(accessCondition -> createResourcePolicy(item, accessCondition,
itemAccessConditions.get(accessCondition.getName())));

itemService.adjustItemPolicies(context, item, item.getOwningCollection());
itemService.adjustItemPolicies(context, item, item.getOwningCollection(), false);
}

/**
Expand Down

0 comments on commit 51d20fa

Please sign in to comment.