View Issue Details

IDProjectCategoryView StatusLast Update
0006384OXID eShop (all versions)4.06. Language and translationspublic2024-03-13 14:56
Reportervilma_liorensaityte Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version4.9.8 / 5.2.8 
Summary0006384: Admin language translations will be taken from not active module
DescriptionIf you have a module, that changes one of the shop admin language constants, the translations will be taken from this module, even if it is not active.
Steps To Reproduce- Create a module, that changes one of the shop admin translations.
- Do not activate this module.
- The translation will be taken from not active module.
Additional InformationThis behaviour is after a fix of another issue:
https://bugs.oxid-esales.com/view.php?id=4590

So, it is still important to load admin setting translations of not active module. But
only settings and not all admin translations.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0004590 resolvedalfonsas_cirtautas Settings translatios are missing for deactivated modules in backend 

Activities

vilma_liorensaityte

2016-04-29 15:37

reporter   ~0011559

Take a look at oxLang::_getAdminLangFilesPathArray() and oxLang::_appendModuleLangFiles() methods.