Navigation refactor
This commit is contained in:
parent
118da7677d
commit
9540b364b9
|
|
@ -38,7 +38,7 @@ List<String> filteredClientsSelector(
|
||||||
final client = clientMap[clientId];
|
final client = clientMap[clientId];
|
||||||
final group = groupMap[client.groupId] ?? GroupEntity(id: client.groupId);
|
final group = groupMap[client.groupId] ?? GroupEntity(id: client.groupId);
|
||||||
|
|
||||||
if (clientListState.filterEntityId != null) {
|
if (clientListState.filterEntityType == EntityType.group) {
|
||||||
if (!clientListState.entityMatchesFilter(group)) {
|
if (!clientListState.entityMatchesFilter(group)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue