View Issue Details

IDProjectCategoryView StatusLast Update
0000318OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-07 13:59
Reporterbirute_meilutyte Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.0 revision 13895 
Summary0000318: Promotions articles selection list not working correctly after manual sorting is done
DescriptionCustomer info -> Promotions. Ajax list. add some products to promotion.
lets say, we have such list:
  1 product
  2 product
  3 product
  4 product
  5 product

then click on 3rd item in the list and move it down by one position. click again on 3rd product in the list and move it up by one. now we have such list:
  1 product
  4 product
  2 product
  3 product
  5 product
now select again 3rd item in the list (2 product in this case) and unassign it from promotion. after it is done, product sorting is not correct. we get:
  4 product
  1 product
  3 product
  5 product
first and second products are switched in place. also since now, unassign all button is not working anymore.

(selenium test exist)
TagsAJAX
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.