View Issue Details

IDProjectCategoryView StatusLast Update
0002160OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-10-26 11:53
Reporterbirute_meilutyte Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Fixed in VersionPast development 
Summary0002160: when EN lang is marked as default, in admin area all information should be displayed in EN lang also
Descriptionwhen EN lang is marked as default, in admin area all info (products, categories etc) should be displayed in english by defaul. at the moment, no matter which language is selected as default, all info is in DE lang.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

rimvydas_paskevicius

2010-10-19 15:15

reporter   ~0003609

The problem was that getting active language was done before all config data were loaded from DB. So oxconfig::init() was updated to load all config data from DB before doing other actions.