Report of inventory bulk action doesn't work
@TadeuRodrigues is already working on this.
Since May 16, 2020.
- Dominant language
- PHP
- Stars
- 357
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
### 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...'

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.