[MNT-21595] Content - Expose a group service for content (#5833)

* Expose a group service for content

* Use nx command and remove smart-build
This commit is contained in:
Maurizio Vitale
2020-07-13 12:22:54 +01:00
committed by GitHub
parent 179ce2e8eb
commit 42d88fdaa9
8 changed files with 85 additions and 94 deletions

View File

@@ -179,7 +179,7 @@ export class NodePermissionService {
* @returns List of members
*/
getGroupMemberByGroupName(groupName: string, opts?: any): Observable<GroupMemberPaging> {
return from(this.apiService.groupsApi.getGroupMembers(groupName, opts));
return from(this.apiService.groupsApi.listGroupMemberships(groupName, opts));
}
private formattedRoleName(displayName, siteName): string {