Skip to content

Commit

Permalink
Merge branch 'support-3.9' of github.com:Evolveum/midpoint into suppo…
Browse files Browse the repository at this point in the history
…rt-3.9
  • Loading branch information
semancik committed Jul 30, 2019
2 parents ce3432e + dc66b55 commit 75ba5e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ public <T extends ObjectType> RObject<T> modifyObject(Class<T> type, String oid,
}

private boolean isFocusPhoto(ItemDelta delta) {
return new ItemPath(FocusType.F_JPEG_PHOTO).equals(delta.getPath());
return new ItemPath(FocusType.F_JPEG_PHOTO).equivalent(delta.getPath());
}

private void handlePhoto(Object bean, ItemDelta delta) throws SchemaException {
Expand Down

0 comments on commit 75ba5e6

Please sign in to comment.