Skip to content

Commit

Permalink
Merge pull request #906 from entando/ENG-641_booleanAttributes_master
Browse files Browse the repository at this point in the history
ENG-641: Improvement of checkbox attribute
  • Loading branch information
eugeniosant authored Jun 4, 2020
2 parents f65a847 + 3eb49f2 commit ec84749
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ public class CheckBoxAttribute extends BooleanAttribute {
protected boolean saveBooleanJDOMElement() {
return (null != super.getBooleanValue() && super.getBooleanValue());
}

@Override
protected boolean addSearchInfo() {
return (null != super.getBooleanValue() && super.getBooleanValue());
}

}

}

0 comments on commit ec84749

Please sign in to comment.