Skip to content
Snippets Groups Projects
Commit fbd959ec authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-7974 small fix

parent beb88995
Branches
No related tags found
1 merge request!116OZG-7974-Validierung-onSubmit
...@@ -67,7 +67,6 @@ export class UserFormService extends KeycloakFormService<User> implements OnDest ...@@ -67,7 +67,6 @@ export class UserFormService extends KeycloakFormService<User> implements OnDest
_initOrganisationsEinheiten$: Subscription; _initOrganisationsEinheiten$: Subscription;
_updateAlfaCheckboxesOnPatch$: Subscription; _updateAlfaCheckboxesOnPatch$: Subscription;
_alfaGroupChanges: Subscription;
_organisationsEinheitToGroupIdMap: Map<string, string> = new Map<string, string>(); _organisationsEinheitToGroupIdMap: Map<string, string> = new Map<string, string>();
...@@ -278,9 +277,8 @@ export class UserFormService extends KeycloakFormService<User> implements OnDest ...@@ -278,9 +277,8 @@ export class UserFormService extends KeycloakFormService<User> implements OnDest
} }
ngOnDestroy(): void { ngOnDestroy(): void {
console.log('destroy');
this._initOrganisationsEinheiten$.unsubscribe(); this._initOrganisationsEinheiten$.unsubscribe();
this._alfaGroupChanges.unsubscribe(); this._updateAlfaCheckboxesOnPatch$.unsubscribe();
} }
public getUserName(): string { public getUserName(): string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment