@softheon/armature 21.10.0 → 21.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11434,18 +11434,15 @@ class EntityHelperService {
|
|
|
11434
11434
|
}
|
|
11435
11435
|
/**
|
|
11436
11436
|
*
|
|
11437
|
-
* @param
|
|
11438
|
-
* @param drawerId The drawer id
|
|
11439
|
-
* @param entityId The entity id
|
|
11440
|
-
* @param configPrefix Teh config prefix
|
|
11437
|
+
* @param configPrefix The config prefix
|
|
11441
11438
|
* @param entityConfig The entity config
|
|
11442
11439
|
* @param enLangConfig The en lang config
|
|
11443
11440
|
*/
|
|
11444
11441
|
loadConfigurations(configPrefix, entityConfig = undefined, enLangConfig = undefined) {
|
|
11445
11442
|
const initConfig = (config, lang) => {
|
|
11446
11443
|
this.configBs.next(config);
|
|
11447
|
-
this.translateService.setTranslation('en', lang,
|
|
11448
|
-
this.translateService.
|
|
11444
|
+
this.translateService.setTranslation('en', lang, true);
|
|
11445
|
+
this.translateService.setFallbackLang('en');
|
|
11449
11446
|
this.isLoadedBs.next(true);
|
|
11450
11447
|
};
|
|
11451
11448
|
if (!entityConfig || !enLangConfig) {
|