mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1532] Fix typing fast in search with roles gives wrong results in people/group cloud (#5418)
This commit is contained in:
@@ -203,6 +203,7 @@ export class GroupCloudComponent implements OnInit, OnChanges, OnDestroy {
|
||||
return this.identityGroupService.findGroupsByName(queryParams);
|
||||
}),
|
||||
mergeMap((groups) => {
|
||||
this.resetSearchGroups();
|
||||
return groups;
|
||||
}),
|
||||
filter((group: any) => {
|
||||
|
Reference in New Issue
Block a user