Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/magento224-issue14951
A Magento 2 module for issue #14951
https://github.com/sashas777/magento224-issue14951
Last synced: about 10 hours ago
JSON representation
A Magento 2 module for issue #14951
- Host: GitHub
- URL: https://github.com/sashas777/magento224-issue14951
- Owner: sashas777
- Created: 2018-06-08T02:21:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T20:22:47.000Z (over 6 years ago)
- Last Synced: 2024-05-02T05:03:21.330Z (7 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2.2.4/2.2.5 Fix for Issue #14951
[![Latest Stable Version](https://poser.pugx.org/sashas/magento224-issue14951/v/stable)](https://packagist.org/packages/sashas/magento224-issue14951)
[![Total Downloads](https://poser.pugx.org/sashas/magento224-issue14951/downloads)](https://packagist.org/packages/sashas/magento224-issue14951)
[![Latest Unstable Version](https://poser.pugx.org/sashas/magento224-issue14951/v/unstable)](https://packagist.org/packages/sashas/magento224-issue14951)
[![License](https://poser.pugx.org/sashas/magento224-issue14951/license)](https://packagist.org/packages/sashas/magento224-issue14951)This module works only with Magento 2.2.4 and 2.2.5 versions and need to be removed after upgrade/downgrade. Assumed that the issue will be [fixed in 2.2.6](https://github.com/magento/magento2/pull/15765#issuecomment-394588372).
This is a temporary fix for the Issue [Issue #11354](https://github.com/magento/magento2/issues/14951)
## 1. How to install moduleRun the following command in Magento 2 root folder:
```
composer require sashas/magento224-issue14951
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```## 2. How to uninstall module
Run the following command in Magento 2 root folder:
```
composer remove sashas/magento224-issue14951
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```