View Issue Details

IDProjectCategoryView StatusLast Update
0002370OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 15:34
Reportercsimon Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002370: If "Show Variants in AJAX Lists" is turned on, the scrollbar is missing in the Promotions ajax lists
Descriptionsee above.
Steps To Reproduce-> Check "Show Variants in ..." in "General Settings" -> "System" -> "Variants"
-> Open "Actions" AJAX List (Customer Info->Promotions->Assign Products)
-> Scrollbar is missing
Additional InformationThe error is caused by _addFilter in "actions_main.inc.php" where a group by is added if the above setting is turned on. The query returns only "1" as result, because the result set is (for example with 4000 matching articles) 4000 times 1 instead of 4000.
TagsNo tags attached.
Theme
Browser
PHP Version
Database Version

Activities

There are no notes attached to this issue.