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
This commit is contained in:
parent
82552b1748
commit
3c7b0d249a
@ -22,7 +22,6 @@ async function bootstrap(appConfig: AppConfig, version: { FRONTEND_APP_VERSION:
|
|||||||
RULE_EDITOR_DEV_ONLY:
|
RULE_EDITOR_DEV_ONLY:
|
||||||
typeof ruleEditorDevOnly === 'string' ? ruleEditorDevOnly.toLowerCase() !== 'false' : ruleEditorDevOnly !== false,
|
typeof ruleEditorDevOnly === 'string' ? ruleEditorDevOnly.toLowerCase() !== 'false' : ruleEditorDevOnly !== false,
|
||||||
FRONTEND_APP_VERSION: version.FRONTEND_APP_VERSION,
|
FRONTEND_APP_VERSION: version.FRONTEND_APP_VERSION,
|
||||||
APP_NAME: appConfig.LANDING_PAGE_THEME === LANDING_PAGE_THEMES.MIXED ? 'Knecon Cloud' : isDocumine ? 'DocuMine' : 'RedactManager',
|
|
||||||
} as AppConfig;
|
} as AppConfig;
|
||||||
console.log('Started with local config: ', config);
|
console.log('Started with local config: ', config);
|
||||||
const appModule = appModuleFactory(config);
|
const appModule = appModuleFactory(config);
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit fc8be33dc6d33642ae207b6ae4c17a6ec254d11a
|
Subproject commit 4ed7215292cb4d00c9c94b94ec1e6bf1182146bf
|
||||||
Loading…
x
Reference in New Issue
Block a user