View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004150 | OXID eShop (all versions) | 2.4. Administer products | public | 2012-06-11 12:25 | 2014-10-17 09:14 |
| Reporter | gn2_netwerk | Assigned To | |||
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Target Version | 4.8.8 / 5.1.8 | Fixed in Version | 4.7.14 / 5.0.14 | ||
| Summary | 0004150: Category-Selectlist (Filter) ignores the sorting of categories | ||||
| Description | The sorting-values of categories will be ignored by the category-filter in the admin area. The sorting should be the same as in the shop-frontend navigation. | ||||
| Steps To Reproduce | 1. Sort products (Administer Products => Categories) 2. Take a look at the list-filter at "Administer Products" => Categories" or "Administer Products => Products " at the top of the list. (See Screenshots) | ||||
| Tags | Category, Sorting | ||||
| Attached Files | |||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Maybe it's enough to add the order parameter to the _getSelectString() call? https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.7/source/application/models/oxcategorylist.php#L370 -> $this->selectString($this->_getSelectString(false, null, "oxsort desc")); |
|
|
Fixed category sorting so that in category list, in article list filter and in new article page category sorting is the same. |