Browse Source

Minor fixes.

pull/458/head
Sebastian 6 years ago
parent
commit
f2fecd1307
  1. 2
      frontend/app/shared/state/contents.state.ts
  2. 1
      frontend/app/shell/pages/internal/profile-menu.component.ts

2
frontend/app/shared/state/contents.state.ts

@ -372,7 +372,7 @@ export class ContentsState extends ContentsStateBase {
} }
protected get schemaId() { protected get schemaId() {
return this.schemasState.schemaId; return this.schemasState.schemaName;
} }
} }

1
frontend/app/shell/pages/internal/profile-menu.component.ts

@ -46,6 +46,7 @@ export class ProfileMenuComponent extends StatefulComponent<State> implements On
profileUrl: apiUrl.buildUrl('/identity-server/account/profile') profileUrl: apiUrl.buildUrl('/identity-server/account/profile')
}); });
} }
public ngOnInit() { public ngOnInit() {
this.own( this.own(
this.authService.userChanges this.authService.userChanges

Loading…
Cancel
Save