Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/bug-from-email
Fix for Magento 2.2.4 GitHub Issue #14952 (https://github.com/magento/magento2/issues/14952)
https://github.com/sashas777/bug-from-email
Last synced: about 10 hours ago
JSON representation
Fix for Magento 2.2.4 GitHub Issue #14952 (https://github.com/magento/magento2/issues/14952)
- Host: GitHub
- URL: https://github.com/sashas777/bug-from-email
- Owner: sashas777
- Created: 2018-05-08T19:24:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T03:17:58.000Z (over 5 years ago)
- Last Synced: 2024-08-07T21:36:32.878Z (3 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 35
- Watchers: 8
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2.2.4 - 2.2.8 Fix for Issue #14952
[![Latest Stable Version](https://poser.pugx.org/sashas/bug-from-email/v/stable)](https://packagist.org/packages/sashas/bug-from-email)
[![Total Downloads](https://poser.pugx.org/sashas/bug-from-email/downloads)](https://packagist.org/packages/sashas/bug-from-email)
[![Latest Unstable Version](https://poser.pugx.org/sashas/bug-from-email/v/unstable)](https://packagist.org/packages/sashas/bug-from-email)
[![License](https://poser.pugx.org/sashas/bug-from-email/license)](https://packagist.org/packages/sashas/bug-from-email)This module works with Magento 2.2.4 - 2.2.8 versions and need to be removed after upgrade/downgrade. Assumed that the issue will be fixed in the new release.
## 1. How to install module
### Install via composer
Run the following command in Magento 2 root folder:
```
composer require sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```## 2. How to uninstall module
### If installed via composer
Run the following command in Magento 2 root folder:
```
composer remove sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```