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
When applying the patches
patches/XXX.diff (Bug #1234: Something is wrong)
Could not apply patch! Skipping. The error was: Cannot apply patch patches/XXX.diff
The text was updated successfully, but these errors were encountered:
I don't have any plans for this right now. In 2.x, you'll be able to define your own patch depth on a per-patch basis. See #93 for progress and how/where to help.
I created a patch to solve a bug form Magento magento/magento2#5872
Patch:
site/vendor/magento/module-media-storage/Model/File/Storage/Request.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/vendor/magento/module-media-storage/Model/File/Storage/Request.php b/site/vendor/magento/module-media-storage/Model/File/Storage/Request.php
index 6f7e77ff0..a2a02fd97 100644
--- a/site/vendor/magento/module-media-storage/Model/File/Storage/Request.php
+++ b/site/vendor/magento/module-media-storage/Model/File/Storage/Request.php
@@ -21,7 +21,7 @@ class Request
*/
public function __construct(HttpRequest $request)
{
}
/**
--
When applying the patches
patches/XXX.diff (Bug #1234: Something is wrong)
Could not apply patch! Skipping. The error was: Cannot apply patch patches/XXX.diff
The text was updated successfully, but these errors were encountered: