Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/hibernate5
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 8, 2017
2 parents 41eec9d + b2131c8 commit 7d50023
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -386,7 +386,7 @@ public PrismContainer<C> createContainerAddDelta() throws SchemaException {
continue;
}

if (containerAdd.isSingleValue()) {
if (containerAdd.isSingleValue() || containerAdd.isEmpty()) {
containerAdd.replace(newContainerValue);
} else {
containerAdd.add(newContainerValue);
Expand Down

0 comments on commit 7d50023

Please sign in to comment.