View Issue Details

IDProjectCategoryView StatusLast Update
0003312OXID eShop (all versions)2. ----- eShop backend (admin) -----public2011-12-15 13:11
Reporterray 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.3 revision 39087 
Target VersionFixed in Version4.5.6 revision 40808 
Summary0003312: double and wrong entries in fast sorting dropdown for categories in backend
DescriptionThese values are twice in the dropdown of the "Fast Sorting" for categories:

<option value="OXVARNAME">
<option value="OXTITLE">

And this value is included as well, but does not make sense?

<option value="OXSORT">
Steps To Reproducecheck the "Fast Sorting" dropdown for categories in backend
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

ramunas.skarbalius

2011-11-28 11:27

reporter   ~0005447

Problem was resolved with PHP function array_unique, which select unique values from array. Option OXSORT was removed from the list, because this option works like option -none-