magento / inventory

Magento Inventory Project (a.k.a MSI)
Open Software License 3.0
338 stars 248 forks source link

Report of inventory bulk action doesn't work #3015

Open smoskaluk opened 4 years ago

smoskaluk commented 4 years ago

Preconditions (*)

  1. Magento MSI with enabled RabbitMQ service and consumer async.operations.all should be started
  2. Enable in configuration 'Admin bulk operations' run asynchronously
  3. Create custom stock with custom source
  4. Create several products with inventory on default source

Steps to reproduce (*)

  1. Apply mass action 'Transfer Inventory To Source' from default to custom source for all your products in 'Products' grid
  2. Run cron twice
  3. Verify that inventory transferred successfully
  4. Open 'Bulk Actions Log' and see details of your mass action

Expected result (*)

  1. In 'Summary' should be written that your items successfully updated

Actual result (*)

  1. Summary still has status 'Pending, in queue...'

image

TadeuRodrigues commented 4 years ago

Hi i'm working on this issue. https://github.com/magento/magento2/pull/27916