Skip to content

Commit

Permalink
fix for showing of empty readOnly resource attributes (MID-6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 17, 2020
1 parent d62f0e9 commit 6840bd4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@ public IW createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?>

if (childItem == null) {
childItem = (I) parent.getNewValue().findOrCreateItem(name);
childItem.setDefinition(def);
}

return createWrapper(parent, childItem, status, context);
Expand Down

0 comments on commit 6840bd4

Please sign in to comment.