View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001703 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-03-17 14:00 | 2012-12-07 13:59 |
Reporter | Moehlis | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.4.3 revision 30016 | ||||
Summary | 0001703: variants are assigned to category when using the administer products > categories ajax list | ||||
Description | when assigning categories in the article menu, only the parent is added to oxobject2category. when assigning articles in the category menu, parent and all variants are added wich produces a lot of overhead and can produce errors in custom modules. Also there is another issue, that: when user UNassigns the parent article from category, the records for variants are left in the oxobject2category. As solution for all such cases, need to fix: 1. In AJAX lists, when Parent article is assigned to category (in Category menu), DO NOT automatically assign the variant-articles. So if only parent-article is assigned, then only record for parent article is inserted to oxobject2category table. 2. in such case if option "Display Variants in Assignment Lists in eShop admin" is OFF, and user unassigns parent article from category, and there are some variant articles left assigned from before, then - UNassign also the variants. | ||||
Tags | AJAX, Variants | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001603 | resolved | vilma_liorensaityte | Assigned articles are displayed in both AJAX lists for categories |