MDVA-41061 update compatibility version #68
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MDVA-41061 compatibility version need update
Description
In the documentation it mentioned for the MDVA-41061 patch : https://support.magento.com/hc/en-us/articles/4413139771149-MDVA-41061-Stock-status-resets-to-saleable-when-product-saved-from-Admin
... Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.4.And :
Compatible with Adobe Commerce versions: Adobe Commerce (all deployment methods) 2.3.5 - 2.4.3-p1But in support-patches.json there is a limitation on the version : ">=2.4.2 <2.4.3"
"MDVA-41061": { "categories": [ "Inventory" ], "title": "Fixes the issue where stock status resets to salable when a product is saved from Admin.", "packages": { "magento/magento2-base": { ">=2.4.2 <2.4.3": { "file": "os/MDVA-41061_2.4.2-p1_v2.patch" } }, "magento/inventory-metapackage": { "1.2.2": { "file": "os/MDVA-41061_1.2.2_v2.patch" } } } },