View Issue Details

IDProjectCategoryView StatusLast Update
0004756OXID ERP InterfaceOXID ERP Interface - subpublic2015-03-17 14:55
Reportermichael_keiluweit Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.10.0_45565 
Fixed in Version2.11.0_52702 
Summary0004756: attribute methods are not working with _set1, set2 tables for many languages case
DescriptionScenario:

A shop with many, many languages has for each language an own article table, except for the main language. So we have those tables:

oxarticles
oxarticles_set1
oxarticles_set2
...

The shop can work with it, as changes via the administration area are working fine.

Also changes with ERP SOAP interface are working as they should without any plugin or adaptation, except changes for attributes. If the ERP SOAP calls a method to change attribute settings, no rows are affected in the shop table. But you are able to change the attributes with the administration area.
Additional InformationOXID Enterprise 4.6.0_44406
TagsAttributes, ERP, Languages, SOAP

Relationships

related to 0005786 resolvedaurimas.gladutis Assigned attributes are not removed from product 
related to 0004812 resolvedarturas.sevcenko Article attributes can't be saved to _set tables 
related to 0005123 resolvedLinas Kukulskis International language sets for oxobject2attribute grow with unreferenced entries 

Activities

henrik.steffen

2012-11-28 15:26

reporter   ~0008016

Even update of oxobject2attribute for field OXVALUE in main table works fine using the ERP connector, except, when you want to update OXVALUE_1, OXVALUE_2, etc. which are located in tables oxobject2attribute_set1, oxobject2attribute_set2 etc. this won't work.

arturas.sevcenko

2012-12-03 10:53

reporter   ~0008040

OXVALUE for different languages now updates correctly