sashas/magento224-issue14951 2.0.4

A Magento 2 module for issue #14951

Type

magento2-module

License

GPL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2.2.4/2.2.5 Fix for Issue #14951

Latest Stable Version Total Downloads Latest Unstable Version License

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.

This is a temporary fix for the Issue Issue #11354

1. How to install module

Run 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