View Issue Details

IDProjectCategoryView StatusLast Update
0002086OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-07 13:59
Reporterd3 Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.0 revision 28699 
Fixed in Version4.4.3 revision 30016 
Summary0002086: Not possible to "Unassign all" if "Display Variants in Assignment Lists in eShop admin" is enable
DescriptionIn the AJAX-List "Assign Products" for Promotions, its not possible to use the function "unassign all".
It's happen if the option "Display Variants in Assignment Lists in eShop admin" is enable.

The Script create a wrong query:
delete oxactions2article.* from oxarticles left join oxactions2article on oxarticles.oxid=oxactions2article.oxartid where oxactions2article.oxactionid = 'oxnewest' and oxactions2article.oxshopid = 'oxbaseshop' group by oxarticles.oxid

"group by oxarticles.oxid" -is for this case not okay.


Additional InformationVersion 4.4.0 -4.4.2(Demoshop)
probable it occur in some other AJAX-Lists
TagsAJAX
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2010-09-22 14:27

reporter   ~0003536

same problem still exist in Discounts, Shipping cost rules, Coupons, Attributes and Selection Lists