View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004756 | OXID ERP Interface | OXID ERP Interface - sub | public | 2012-11-28 15:20 | 2015-03-17 14:55 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.0_45565 | ||||
Fixed in Version | 2.11.0_52702 | ||||
Summary | 0004756: attribute methods are not working with _set1, set2 tables for many languages case | ||||
Description | Scenario: 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 Information | OXID Enterprise 4.6.0_44406 | ||||
Tags | Attributes, ERP, Languages, SOAP | ||||
related to | 0005786 | resolved | aurimas.gladutis | Assigned attributes are not removed from product |
related to | 0004812 | resolved | arturas.sevcenko | Article attributes can't be saved to _set tables |
related to | 0005123 | resolved | Linas Kukulskis | International language sets for oxobject2attribute grow with unreferenced entries |
|
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. |
|
OXVALUE for different languages now updates correctly |