Skip to content

Commit

Permalink
npe fix on inducements tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jan 13, 2020
1 parent c5e0e10 commit 1cf8b39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -179,7 +179,7 @@ protected void buttonClickPerformed(AjaxRequestTarget target, AssignmentObjectRe
}

private boolean additionalButtonsExist() {
return !buttonDtos.isEmpty();
return CollectionUtils.isNotEmpty(buttonDtos);
}

protected boolean isMainButtonVisible(){
Expand Down

0 comments on commit 1cf8b39

Please sign in to comment.