diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/pages/user-representation/user-representation.component.ts b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/pages/user-representation/user-representation.component.ts index 830071c..9d90f05 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/pages/user-representation/user-representation.component.ts +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/pages/user-representation/user-representation.component.ts @@ -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();