View Issue Details

IDProjectCategoryView StatusLast Update
0004357OXID eShop (all versions)4.06. Language and translationspublic2012-11-13 16:06
Reportermichael_keiluweit Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.6.2 revision 46646 
Summary0004357: shop doesn't delete language table / column
Descriptionadded 9 languages. after the 8 language, the shop creates new tables "ox*_set1".
After removing the ninth language in the shop backend, the tables ox*_set1 are still there.

What I have done:
- The language was active.
- I clicked something in the frontend, but the tables are still there.
- generate new views -> views of the ninth language are still there.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

aurimas.gladutis

2012-11-13 16:06

reporter   ~0007845

When language is deleted, all its fields is set to default values, but fields are not deleted. If you would later create another language, the deleted language fields would be used. This is used to reduce unnecessary modification of tables.