Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint into sc…
Browse files Browse the repository at this point in the history
…hrodinger-testing
  • Loading branch information
matusmacik committed Jul 20, 2018
2 parents 4154acd + 81f102e commit eca9e28
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -184,7 +184,9 @@ private <O extends ObjectType> ObjectWrapper<O> createObjectWrapper(String displ
List<ContainerWrapper<? extends Containerable>> containerWrappers = createContainerWrappers(objectWrapper, object,
objectDefinitionForEditing, status, task, this.result);
objectWrapper.setContainers(containerWrappers);
setObjectWrapperValuesReadOnlyState(objectWrapper, entirelyReadonly);
if (entirelyReadonly) {
setObjectWrapperValuesReadOnlyState(objectWrapper, entirelyReadonly);
}

this.result.computeStatusIfUnknown();

Expand Down

0 comments on commit eca9e28

Please sign in to comment.