The MDVA-28763 patch solves multiple issues related to managing the media gallery using REST API. This patch is available when the Magento Quality Patch (MQP) tool v.1.0.5 is installed. The issues are scheduled to be fixed in later Magento versions (see issues descriptions in Issues).
Affected products and versions
- Magento Commerce 2.3.2 - 2.3.3.x
- Magento Commerce Cloud 2.3.2 - 2.3.3.x
Issues
The MDVA-28763 patch includes fixes for the following issues associated with media gallery:
- When using REST API to update YouTube videos (
PUT `rest/V1/products/ {SKU}'
, Magento displays a thumbnail for the video, but the video player does not load when you click the "Play" button. Scheduled to be fixed in Magento 2.3.6. PUT `/V1/products/:sku/media/:entryId`
call creates a new entry rather than replaces the existing one. Fixed in Magento 2.3.5.- Issues with product images deletion when products are assigned to multiple store views. Fixed in Magento 2.3.4.
- Merchants with multiple websites can now use REST to create and update products while preserving image and image-role inheritance. Previously, when a merchant used REST to create and update products, and a product was updated for store view, the default image roles were loaded and saved for that store view. As a result, the store-view image roles stopped inheriting from the default scope after update. Scheduled to be fixed in Magento 2.3.6.
- Media attributes (image, thumbnail, ..) values in store views referencing removed images not being automatically cleaned up. Scheduled to be fixed in Magento 2.4.2.
Apply the patch
To apply individual patches use the following links depending on your Magento product:
- Magento Commerce: DevDocs Apply patches using Magento Quality Patches Tool.
- Magento Commerce Cloud: DevDocs Upgrades and Patches > Apply patches.
Related reading
To learn more about Magento Quality Patches, refer to:
- Magento Quality Patches released: a new tool to self-serve quality patches.
- Check if patch is available for your Magento issue using Magento Quality Patches.