mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user