-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: v1.2.0
Are you sure you want to change the base?
Acsd 47527 #170
Conversation
…ter placing order. - Merged MDVA-33068
…ter placing order. - Merged ACSD-47026
use Magento\InventoryMultiDimensionalIndexerApi\Model\IndexNameResolverInterface; | ||
use Magento\InventoryIndexer\Indexer\IndexStructure; | ||
use Magento\InventoryIndexer\Indexer\InventoryIndexer; | ||
use Magento\InventoryIndexer\Indexer\SelectBuilderInterface; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)