The MDVA-11189 Adobe Commerce patch fixes the issue when after importing a .csv file to update product stock, rows from the cataloginventory_stock
table are deleted. This patch is available when the Quality Patches Tool (QPT) 1.0.20 is installed. The patch ID is MDVA-1189. Please note that the issue was fixed in Adobe Commerce 2.3.5.
The patch is created for Adobe Commerce version: Adobe Commerce on cloud infrastructure 2.2.3
Compatible with Adobe Commerce versions: Adobe Commerce (all deployment methods) 2.3.0-2.3.4-p2
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
Fixes the issue when after importing a .csv
to update product stock, rows from the cataloginventory_stock
table are deleted.
Steps to reproduce:
select count(*) from cataloginventory_stock_status;
* * * * * /usr/bin/php <path to installation>/bin/magento cron:run | grep -v "Ran jobs by schedule" >> <path to installation>/var/log/cron.log 2>&1
.csv
file > Remove all columns except for SKU and QTY..csv
file.select count(*) from cataloginventory_stock_status;
Actual result:
The number of rows in cataloginventory_stock
is decreased after the CSV import to update the stock.
Expected result:
The number of rows in cataloginventory_stock
should remain the same after the CSV import to update the stock.
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.