Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 12, 2016
2 parents 7c12449 + c3a7e2a commit bb6c724
Show file tree
Hide file tree
Showing 16 changed files with 1,207 additions and 439 deletions.
Expand Up @@ -248,7 +248,10 @@ private <O extends ObjectType, C extends Containerable> void addContainerWrapper
if (ApprovalSchemaType.COMPLEX_TYPE.equals(def.getTypeName())) {
continue;
}

if (PasswordHistoryEntryType.COMPLEX_TYPE.equals(def.getTypeName())) {
continue;
}

LOGGER.trace("ObjectWrapper.createContainerWrapper processing definition: {}", def);

PrismContainerDefinition containerDef = (PrismContainerDefinition) def;
Expand Down

0 comments on commit bb6c724

Please sign in to comment.