Skip to content

Commit 5ee721f

Browse files
117287: Embed the communities/collections on the EPerson groups
1 parent 8849f14 commit 5ee721f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export class EPersonFormComponent implements OnInit, OnDestroy {
279279
this.groups = this.groupsDataService.findListByHref(eperson._links.groups.href, {
280280
currentPage: 1,
281281
elementsPerPage: this.config.pageSize
282-
});
282+
}, undefined, undefined, followLink('object'));
283283
}
284284
this.formGroup.patchValue({
285285
firstName: eperson != null ? eperson.firstMetadataValue('eperson.firstname') : '',

0 commit comments

Comments
 (0)