Skip to content

Commit

Permalink
Add button fix on the construction details panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 12, 2018
1 parent bb59826 commit f211775
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -294,7 +294,8 @@ private void onShowEmptyClick(AjaxRequestTarget target) {
}

public void createNewContainerValue(ContainerValueWrapper<C> containerValueWrapper, QName path){
ContainerWrapper<C> childContainerWrapper = containerValueWrapper.getContainer().findContainerWrapper(new ItemPath(getPath(), path));
ContainerWrapper<C> childContainerWrapper = containerValueWrapper.getContainer().findContainerWrapper(new ItemPath(containerValueWrapper.getPath(),
path));
if (childContainerWrapper == null){
return;
}
Expand Down

0 comments on commit f211775

Please sign in to comment.