elovate-app / magento-patches
该包最新版本(100.0.1)没有可用的许可信息。
Elovate Magento 补丁
100.0.1
2024-01-17 20:02 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-25 23:08:59 UTC
README
目录API
Magento目录API存在一个问题,可能导致在商店视图级别取消设置产品和分类的值。为了防止这种情况,请安装提供的补丁。
安装
After installation, add the following to your composer.json file below the following line:
```"magento-force": "override"```
which results in:
```
"extra": {
"magento-force": "override",
"patches": {
"magento/module-catalog": {
"Magento 2 REST API patch for category API calls": "vendor/elovate-app/magento-patches/category-api/category_repository.patch",
"Magento 2 REST API patch for product API calls": "vendor/elovate-app/magento-patches/product-api/product_repository.patch"
}
}
}
```
# Important notes
Magento 2.4.3 and above do not need the supplied Catalog API patches. In 2.4.3 and above this has already been resolved.
If you are running Magento on version 2.4.2, you only need to apply the product API patch:
```
"Magento 2 REST API patch for product API calls": "vendor/elovate-app/magento-patches/product-api/product_repository.patch"
```
For versions below 2.4.2, you need to install both patches:
```
"Magento 2 REST API patch for category API calls": "vendor/elovate-app/magento-patches/category-api/category_repository.patch",
"Magento 2 REST API patch for product API calls": "vendor/elovate-app/magento-patches/product-api/product_repository.patch"
```
# Support
If you are in need of assistance running these patches, send us an e-mail at <a href="mailto:support@elovate.io">support@elovate.io</a>. We can forward your request to our Magento development partner, HYPR.