piotrkwiecinski/magento2-module-category-repository-id-bugfix

此包已弃用,不再维护。未建议替代包。

修复了传递给分类仓库对象的整数问题

0.1.3 2017-04-04 11:02 UTC

This package is auto-updated.

Last update: 2020-01-26 20:31:22 UTC


README

https://github.com/magento/magento2/pull/7598 精选的目录仓库问题修复。

通过composer安装

composer require "piotrkwiecinski/magento2-module-category-repository-id-bugfix: 0.1.3"

在Magento 2根目录下运行

以启用模块

php -f bin/magento module:enable PiotrKwiecinski_CatalogRepositoryIdFix

以更新系统

php -f bin/magento setup:upgrade