From 3c7b0d249af7fa5e1719c01fafb040e3796ea840 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Fri, 13 Dec 2024 18:40:10 +0200 Subject: [PATCH] RED-10301 - displayed config APP_NAME on landing page, no matter what tenant was selected before, WIP on removing stored tenants when app cache is deleted --- apps/red-ui/src/main.ts | 1 - libs/common-ui | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/red-ui/src/main.ts b/apps/red-ui/src/main.ts index 8e21cfc2e..30170988c 100644 --- a/apps/red-ui/src/main.ts +++ b/apps/red-ui/src/main.ts @@ -22,7 +22,6 @@ async function bootstrap(appConfig: AppConfig, version: { FRONTEND_APP_VERSION: RULE_EDITOR_DEV_ONLY: typeof ruleEditorDevOnly === 'string' ? ruleEditorDevOnly.toLowerCase() !== 'false' : ruleEditorDevOnly !== false, FRONTEND_APP_VERSION: version.FRONTEND_APP_VERSION, - APP_NAME: appConfig.LANDING_PAGE_THEME === LANDING_PAGE_THEMES.MIXED ? 'Knecon Cloud' : isDocumine ? 'DocuMine' : 'RedactManager', } as AppConfig; console.log('Started with local config: ', config); const appModule = appModuleFactory(config); diff --git a/libs/common-ui b/libs/common-ui index fc8be33dc..4ed721529 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit fc8be33dc6d33642ae207b6ae4c17a6ec254d11a +Subproject commit 4ed7215292cb4d00c9c94b94ec1e6bf1182146bf