Add configuration to toggle replace/transfer

This commit is contained in:
Yury Bondarenko
2024-11-20 12:58:38 +01:00
committed by Giuseppe Digilio
parent 587e1546dc
commit a7276b8a30
5 changed files with 20 additions and 3 deletions

View File

@@ -68,7 +68,9 @@ export class ServerInitService extends InitService {
return async () => {
this.checkAuthenticationToken();
this.saveAppConfigForCSR();
this.saveAppState();
if (this.appConfig.ui.transferState) {
this.saveAppState();
}
this.initCorrelationId();
this.checkEnvironment();