alexey-bo
alexey-bo
vendor/magento/module-inventory-indexer/Model/GetProductsIdsToProcess.php has a bug Diff part ``` foreach ($salableData as $stockId => $isSalable) { - if (empty($after[$sku][$stockId]) + if (!isset($after[$sku][$stockId]) || $before[$sku][$stockId] !== $after[$sku][$stockId] || ($stockId === $this->defaultStockProvider->getId() && $forceDefaultStockProcessing))...
@engcom-November Try to set these settings: Stores > Configuration > Catalog > Inventory > Display Out of Stock Products : yes Test product: edit > Advanced Inventory > Manage Stock...