Skip to content

Commit a29e5c0

Browse files
xflordHejdaJakub
authored andcommitted
fix: bug fixes after angular 15 migration
* added translations for table exporting in user-profile app * apps config is now loaded correctly in publications app to avoid exceptions
1 parent 540cfe1 commit a29e5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/publications/src/app/services/publications-config.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class PublicationsConfigService {
7979
return this.initAuthService
8080
.loadPrincipal()
8181
.then(() => this.loadPolicies())
82+
.then(() => this.appConfigService.loadAppsConfig())
8283
.then(() => this.initAuthService.checkRouteGuard());
8384
} else {
8485
return this.initAuthService.handleAuthStart();

0 commit comments

Comments
 (0)