Skip to content

Commit

Permalink
fixing sending options for modify operation - REST API
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 13, 2016
1 parent 1bf1c4b commit efd931a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -461,7 +461,7 @@ public <T extends ObjectType> void modifyObject(Class<T> type, String oid,

ObjectDelta<T> objectDelta = (ObjectDelta<T>) ObjectDelta.createModifyDelta(oid, modifications, type, prismContext);
Collection<ObjectDelta<? extends ObjectType>> deltas = MiscSchemaUtil.createCollection(objectDelta);
modelController.executeChanges(deltas, null, task, result);
modelController.executeChanges(deltas, options, task, result);

result.computeStatus();

Expand Down

0 comments on commit efd931a

Please sign in to comment.