- πΊπ¦Ukraine HitchShock Ukraine
@calmforce moved the patch to the π Fix Variants take entity label, not the variant title Needs work because it's a part of that ticket (PageManagerHelper was created in the context of that ticket).
When I use [node:title] as a node view page title and attempt to navigate to the page that doesn't exist, instead of 404 I am getting fatal error on the page. I track it down to a bug in PageManagerHelper::fixContexts() function. When the line is NULL there on the line 109, it still proceeds to leave intact the context that uses an ID string instead of the node entity. As a result, down the stream token module crashes on trying to get title from the string. I already fixed the bug, so will supply the patch with the fix.
Closed: won't fix
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@calmforce moved the patch to the π Fix Variants take entity label, not the variant title Needs work because it's a part of that ticket (PageManagerHelper was created in the context of that ticket).