Skip to content

Commit

Permalink
Fixed ePerson link on edit group page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Nov 23, 2023
1 parent 727df56 commit 20e31af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ <h4>{{messagePrefix + '.headMembers' | translate}}</h4>
<tr *ngFor="let eperson of (ePeopleMembersOfGroup | async)?.page">
<td class="align-middle">{{eperson.id}}</td>
<td class="align-middle">
<a (click)="ePersonDataService.startEditingNewEPerson(eperson)"
[routerLink]="[ePersonDataService.getEPeoplePageRouterLink()]">
<a [routerLink]="ePersonDataService.startEditingNewEPerson(eperson)">
{{ dsoNameService.getName(eperson) }}
</a>
</td>
Expand Down

0 comments on commit 20e31af

Please sign in to comment.