View Issue Details

IDProjectCategoryView StatusLast Update
0004150OXID eShop (all versions)2.4. Administer productspublic2014-10-17 09:14
Reportergn2_netwerk Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Target Version4.8.8 / 5.1.8Fixed in Version4.7.14 / 5.0.14 
Summary0004150: Category-Selectlist (Filter) ignores the sorting of categories
DescriptionThe 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 Reproduce1. 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)
TagsCategory, Sorting
Attached Files
bug-sorting.zip (279,568 bytes)
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

martinwegele

2014-09-18 10:18

reporter   ~0010171

Last edited: 2014-09-18 10:18

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"));

andrius.silgalis

2014-10-17 09:14

reporter   ~0010246

Fixed category sorting so that in category list, in article list filter and in new article page category sorting is the same.