-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Backport] MAGETWO-61422 Respect Category Top Navigation Max Depth setting #16709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The setting `Stores > Configuration > Catalog > Catalog > Category Top Navigation > Maximal Depth` was actually never being used to limit the topmenu. Now the setting will be used as a condition for the category collection when it is fetched.
Hi @torhoehn. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @aleron75, thank you for the review. |
Hi @torhoehn , we found that changes provided by this PR broke several functional tests:
Can you take a look at this tests? Looks like we need the different solution for this release line. |
@sidolov I can't see any failed failed test. Can you provide some more information about what you mean? |
Hi @torhoehn , the functional test suite that usually ran at Travis contains few major functional tests. We run the full suite on each PR on our internal infrastructure and found test failures with the provided solution listed above. You probably can reproduce these test failures on your local environment. |
Hi @torhoehn , I am closing this PR now due to inactivity. |
Original Pull Request
#12640
Description
The setting
Stores > Configuration > Catalog > Catalog > Category Top Navigation > Maximal Depth
was actually never being used to limit the top menu maximum depth.Now the setting will be used as a condition for the category collection when it is fetched.
Fixed Issues
Manual testing scenarios
Contribution checklist