Skip to content

Commit

Permalink
#4670 Fix display of disabled users in multiple permission related sc…
Browse files Browse the repository at this point in the history
…reens
  • Loading branch information
stroomdev66 committed Jan 22, 2025
1 parent 8bbd36e commit e02e62d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@JsonInclude(Include.NON_NULL)
public class FindUserCriteria extends ExpressionCriteria {

@JsonProperty
private final boolean activeUsersOnly;

public FindUserCriteria() {
Expand Down

0 comments on commit e02e62d

Please sign in to comment.