refactor(user-representation.component): userReps.fetchData-Methode zum Refresh-Dienst hinzugefügt.
This commit is contained in:
parent
0a8a5208a0
commit
0f9ac0e637
@ -46,9 +46,10 @@ export class UserRepresentationComponent extends BasePageComponent implements Af
|
|||||||
this.refreshService.removeAll();
|
this.refreshService.removeAll();
|
||||||
this.refreshService.add(() => {
|
this.refreshService.add(() => {
|
||||||
this.users.fetchData();
|
this.users.fetchData();
|
||||||
|
this.groups.fetchData();
|
||||||
this.repUsers.fetchData();
|
this.repUsers.fetchData();
|
||||||
this.repGroups.fetchData();
|
this.repGroups.fetchData();
|
||||||
this.groups.fetchData();
|
this.userReps.fetchData();
|
||||||
})
|
})
|
||||||
this.transferService.add(() => {
|
this.transferService.add(() => {
|
||||||
this.repUsers.safelyUnselectAll();
|
this.repUsers.safelyUnselectAll();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user