Problem/Motivation
Incorrect breadcrumb generation on excluding middle level of the breadcrumb segment via "Paths to be excluded while generating segments" field
Steps to reproduce
1. Create multi-level breadcrumb (e.g /level-1/level-2/level-3/level-4)
2. In easy breadcrumb configuration, exclude middle level segment (e.g level-3) via "Paths to be excluded while generating segments" field
3. Notice level-1 and level-2 also getting excluded from breadcrumb generation along with level-3
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | incorrect_breadcrumb_generation-3169128-3.patch | 599 bytes | ankit agrawal |
Comments
Comment #2
ankit agrawal commentedComment #3
ankit agrawal commentedCreated a patch to fix this issue, please review.
Thanks!
Comment #4
greg boggsI think there are two different understandings of the same feature! So, let's do both, and clarify the admin UI.
1. Exclude a path from breadcrumbs so that path doesn't get crumbs.
2. Exclude a path from breadcrumbs so that path doesn't appear on crumbs displayed on other paths.
Comment #5
4everzip commented#3 worked for me
Thanks
Comment #6
neslee canil pintoComment #7
greg boggsComment #9
neslee canil pinto