You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the command patch:undo does not undo the changes done to files in the vendor folder. When subsequently running patch:apply, receive an error that the patch is already applied.
Pre-requisites
This is based on an installation of Magento 2.3.0 and composter-patches 4.20.2
patches.json file:
{
"magento/product-enterprise-edition": {
"[MDVA-1400] Unable to send the cookie; Maximum number of cookies would be exceeded": {
"source": {
"2.0.* || 2.1.0 - 2.1.17 || 2.2.0 - 2.2.3": "https://magentopatches.com/2.2/MDVA-1400_2.0_COMPOSER_v1.patch",
"2.2.4 - 2.2.11 || 2.3.0 - 2.3.4": "https://magentopatches.com/2.2/MDVA-1400_2.0_v1.patch"
}
}
}
}
Run composer patch:apply (or have it automatically applied as part of composer install)
Run composer patch:undo
Run composer patch:apply
Expected
All patches are reverted and re-applied
Actual
Patch info is reset, but changes are not revered
Notes
As we are supporting several clients on different Magento versions, we are trying to maintain a single list of patches and apply patches based on the version of magento/product-enterprise-edition
The text was updated successfully, but these errors were encountered:
Using the command patch:undo does not undo the changes done to files in the vendor folder. When subsequently running patch:apply, receive an error that the patch is already applied.
Pre-requisites
This is based on an installation of Magento 2.3.0 and composter-patches 4.20.2
patches.json file:
patch file:
To Reproduce
Steps to reproduce the behavior:
Expected
All patches are reverted and re-applied
Actual
Patch info is reset, but changes are not revered
Notes
As we are supporting several clients on different Magento versions, we are trying to maintain a single list of patches and apply patches based on the version of magento/product-enterprise-edition
The text was updated successfully, but these errors were encountered: