autoupgrade
autoupgrade copied to clipboard
feat(configuration): added default configuration value for category b…
If the product is accessed from another category than product default category, it will generate the breadcrumb according to current category.
Questions | Answers |
---|---|
Branch? | develop |
Description? | By default, product breadcrumb is generated by using product default category. With this feature, if a category is stored on the product controller and assigned to the viewed product, the breadcrumb will be generated accordingly. |
Type? | improvement |
Category? | FO |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | |
Related PRs | https://github.com/PrestaShop/PrestaShop/pull/30546 |
How to test? | Upgrade to 9.0.0 branch or run the query manually. |
Ping @kpodemski
We can merge after https://github.com/PrestaShop/PrestaShop/pull/30546 is merged. 👍
PR https://github.com/PrestaShop/PrestaShop/pull/30546 is merged. Need to be tested by QA before merging it.
@PrestaShop/qa-functional considering it only sets the default value in the database, I don't think this PR requires any manual tests
Hi @kpodemski ,
Indeed it does not require any manual tests, I let you or any other maintainer check it and merge it :)
And thanks for the PR @Dreimus !