refactor(user-representation.component): userReps.fetchData-Methode zum Refresh-Dienst hinzugefügt.

This commit is contained in:
Developer 02 2024-11-11 15:56:30 +01:00
parent 0a8a5208a0
commit 0f9ac0e637

View File

@ -46,9 +46,10 @@ export class UserRepresentationComponent extends BasePageComponent implements Af
this.refreshService.removeAll();
this.refreshService.add(() => {
this.users.fetchData();
this.groups.fetchData();
this.repUsers.fetchData();
this.repGroups.fetchData();
this.groups.fetchData();
this.userReps.fetchData();
})
this.transferService.add(() => {
this.repUsers.safelyUnselectAll();