- πΊπΈUnited States jhedstrom Portland, OR
Processing these as a sub request has additional ramifications around breadcrumbs. For instance, the Easy Breadcrumb module tries to match the path as the canonical one, not the sub path, making the pages have the same breadcrumb as the parent node.
- Status changed to Needs review
5 months ago 5:15pm 19 July 2024 - πΊπΈUnited States jhedstrom Portland, OR
This is an attempt at refactoring, it gets the custom title working, but probably has many other ramifications for projects that rely on the sub-request approach. This also works with the aforementioned easy breadcrumb issue. I didn't commit this to the issue fork, as it's more of a PoC for now.
- πΊπΈUnited States jhedstrom Portland, OR
Note that the sub-request approach also breaks the canonical url meta tag (which gets set to the parent node, not the sub page).
Hi just ran into what we believe to be this exact issue. We have easy breadcrumb looking at pages that are children of view mode pages and the links are just empty paths (the link is there but no title).
Would love a solution or to help test out this patch if it looks like a viable fix.