Skip to content

Commit

Permalink
construction details panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Aug 20, 2019
1 parent bb13a2a commit 1d525c1
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -128,14 +128,4 @@ protected IModel<PrismContainerWrapper> getSpecificContainerModel(IModel<PrismCo
return Model.of();
}

@Override
protected ItemVisibility getAssignmentBasicTabVisibity(ItemWrapper<?, ?, ?, ?> itemWrapper, ItemPath parentAssignmentPath, ItemPath assignmentPath, AssignmentType prismContainerValue) {
if (itemWrapper.getPath().containsNameExactly(AssignmentType.F_CONSTRUCTION)) {
return ItemVisibility.AUTO;
} else {
return super.getAssignmentBasicTabVisibity(itemWrapper, parentAssignmentPath, assignmentPath, prismContainerValue);
}

}

}

0 comments on commit 1d525c1

Please sign in to comment.