diff --git a/frontend/app/shared/state/contents.state.ts b/frontend/app/shared/state/contents.state.ts index 187001915..163cfed2d 100644 --- a/frontend/app/shared/state/contents.state.ts +++ b/frontend/app/shared/state/contents.state.ts @@ -372,7 +372,7 @@ export class ContentsState extends ContentsStateBase { } protected get schemaId() { - return this.schemasState.schemaId; + return this.schemasState.schemaName; } } diff --git a/frontend/app/shell/pages/internal/profile-menu.component.ts b/frontend/app/shell/pages/internal/profile-menu.component.ts index 70c774d99..bc9273284 100644 --- a/frontend/app/shell/pages/internal/profile-menu.component.ts +++ b/frontend/app/shell/pages/internal/profile-menu.component.ts @@ -46,6 +46,7 @@ export class ProfileMenuComponent extends StatefulComponent implements On profileUrl: apiUrl.buildUrl('/identity-server/account/profile') }); } + public ngOnInit() { this.own( this.authService.userChanges