Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acsd 47527 #170

Open
wants to merge 3 commits into
base: v1.2.0
Choose a base branch
from
Open

Acsd 47527 #170

wants to merge 3 commits into from

Conversation

apoltoratskyi
Copy link

Description (*)

Fixed Issues (if relevant)

  1. Fixes magento/inventory#<issue_number>: Issue title

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

use Magento\InventoryMultiDimensionalIndexerApi\Model\IndexNameResolverInterface;
use Magento\InventoryIndexer\Indexer\IndexStructure;
use Magento\InventoryIndexer\Indexer\InventoryIndexer;
use Magento\InventoryIndexer\Indexer\SelectBuilderInterface;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already included at row 20

use Magento\Framework\EntityManager\MetadataPool;
use Magento\InventoryCatalogApi\Api\DefaultStockProviderInterface;
use Magento\InventoryIndexer\Indexer\IndexStructure;
use Magento\InventoryIndexer\Indexer\InventoryIndexer;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See https://github.com/magento-sparta/inventory/pull/168/files#diff-46d1eab5b946d8db6bc8da2f9f205df1b929013e6df65c0edd95b1af0f44de3bL16: you are missing the part that remove some "use".. because of this, some "use" is included twice:

  • use Magento\InventoryIndexer\Indexer\IndexStructure;
  • use Magento\InventoryIndexer\Indexer\InventoryIndexer;
  • use Magento\Framework\EntityManager\MetadataPool;
  • use Magento\Catalog\Api\Data\ProductInterface;

…ter placing order.

  - Updated SelectBuilder.php according to review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants