Skip to content

Commit

Permalink
LPD-41022 Disable check box when status is all
Browse files Browse the repository at this point in the history
  • Loading branch information
brianikim authored and brianchandotcom committed Nov 11, 2024
1 parent eabcf87 commit 8f3a787
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ public String getSearchFormName() {
return "searchFm";
}

public Boolean isSelectable() {
return _showDeleteButton || _showRestoreButton;
}

@Override
public Boolean isShowCreationMenu() {
ThemeDisplay themeDisplay =
Expand Down

0 comments on commit 8f3a787

Please sign in to comment.