Skip to content

Commit

Permalink
Entitlements tab on edit resource page: fixed selected objects count
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 11, 2016
1 parent 9928e05 commit 3a1254d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1091,6 +1091,7 @@ private List<ShadowType> getSelectedShadowsList(ShadowType shadow){
selectedShadow = new ArrayList<>();
selectedShadow.add(shadow);
} else {
provider.clearSelectedObjects();
selectedShadow = getTable().getSelectedObjects();
}
return selectedShadow;
Expand Down

0 comments on commit 3a1254d

Please sign in to comment.