View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000148 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2008-09-18 15:15 | 2008-09-19 10:52 |
Reporter | birute_meilutyte | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Summary | 0000148: sorting by price not always working | ||||
Description | sorting by price not always working correctly. see attached img. to reproduce this behavior, use selenium demodata. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
there is no bug, just selenium tests must execute following SQL: UPDATE oxarticles SET oxarticles.oxvarminprice= (select min(art.oxprice) as varminprice from (select * from oxarticles) as art where art.oxparentid = oxarticles.oxid or ( art.oxid = oxarticles.oxid and art.oxparentid = '')); (at the end of SQL) |
|
not a bug, see comments |