magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Bundled product "Bundle items" pagination prevents reordering between pages #76

Open magento-engcom-team opened 6 years ago

magento-engcom-team commented 6 years ago

Bundled product "Bundle items" pagination prevents reordering between pages

Preconditions

  1. Magento 2.2.0
  2. PHP 7.1
  3. MySQL 14.14

Steps to reproduce

  1. Fill up a bundled product's "Bundle items" to more than one page
  2. Reorder a "Bundle item" from one page to the other

Expected result

  1. Should be able to reorder "Bundle item" between different pages

Actual result

  1. You can only reorder within the current page for bundle options

Original Report: https://github.com/magento/magento2/issues/12069 by @EdenCoder