Skip to content

Commit e8b53bf

Browse files
committed
GH-130: CLosed inline code formatting
1 parent 4304f7b commit e8b53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/development/backward-incompatible-changes/highlights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following major backward-incompatible changes were introduced in the 2.4.6 A
2525

2626
To improve performance, the default value for `generate_category_product_rewrites` in the [`app/code/Magento/CatalogURLRewrite/etc/config.xml`](https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/CatalogUrlRewrite/etc/config.xml#L12) file was changed from `1` to `0`. This change disables [automatic redirects](https://experienceleague.adobe.com/docs/commerce-admin/marketing/seo/url-rewrites/url-redirect-product-automatic.html) by default.
2727

28-
The new default does not change existing records in the `catalog_url_rewrite_product_category` and `url_rewrite` database tables when upgrading to 2.4.6, but no new rewrites are added. However, using the `bin/magento config:set catalog/seo/generate_category_product_rewrites command to change this configuration setting after upgrading to 2.4.6 permanently deletes all rewrites with no ability to restore them. This may cause unresolved "category/product" type URL conflicts that you must resolve by updating URL keys manually.
28+
The new default does not change existing records in the `catalog_url_rewrite_product_category` and `url_rewrite` database tables when upgrading to 2.4.6, but no new rewrites are added. However, using the `bin/magento config:set catalog/seo/generate_category_product_rewrites` command to change this configuration setting after upgrading to 2.4.6 permanently deletes all rewrites with no ability to restore them. This may cause unresolved "category/product" type URL conflicts that you must resolve by manually updating URL keys.
2929

3030
### New system configuration for limiting products in grid
3131

0 commit comments

Comments
 (0)