piotrkwiecinski / magento2-module-category-repository-id-bugfix
Fix for Category repository object passed instead of integer
Installs: 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2020-01-26 20:31:22 UTC
README
Bugfix for catalog repository cherry picked from https://github.com/magento/magento2/pull/7598.
Installation via composer:
composer require "piotrkwiecinski/magento2-module-category-repository-id-bugfix: 0.1.3"
Run from Magento 2 root directory:
for enable module:
php -f bin/magento module:enable PiotrKwiecinski_CatalogRepositoryIdFix
for update system:
php -f bin/magento setup:upgrade