Skip to content

Commit

Permalink
fix for sorting of nonContainers properties (MID-7329)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 11, 2021
1 parent 66ec950 commit f484c90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public List<PrismContainerWrapper<? extends Containerable>> getContainers(Contai
@Override
public List<ItemWrapper<?,?>> getNonContainers() {
if (!nonContainers.isEmpty()) {
sortContainers();
return nonContainers;
}

Expand Down

0 comments on commit f484c90

Please sign in to comment.