View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003293 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2011-10-05 23:26 | 2012-12-10 13:33 |
Reporter | leofonic | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.2 revision 38481 | ||||
Fixed in Version | 4.6.0_beta2 | ||||
Summary | 0003293: Description is not always updated when a variant is selected | ||||
Description | If you have an article with one dimension variants, if any other than the first variant is selected in details dropdown, article description is not updated. Subsequent selections update the description. Solution for bug 0002809 contains a change: - if (oxVariantSelections.indexOf(hash) < 0) { + if ( jQuery.inArray(hash, oxVariantSelections) ) { The comparison is missing here: + if ( jQuery.inArray(hash, oxVariantSelections) < 0) { | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||