View Issue Details

IDProjectCategoryView StatusLast Update
0001110OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterleolezner Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.1.3 revision 19918 
Summary0001110: Sorting by column oxactive only descending
DescriptionIt is not possible to sort listing by oxactive in both directions.

Why not? Maybe I want to see all not active items first.

 //V oxactive field search always DESC
if ( $orderColumn == "oxactive" ) {
     $blSortDesc = true;
}
Additional Informationoxadminlist.php
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-07-20 09:36

reporter   ~0001243

This is improvement and it is related not only to oxactive field, but also to all the lists in Admin interface. The entry is added in ToDo list as improvements for Admin interface and will be implemented in future. So the entry here is closed.