- Issue created by @herved
- Status changed to Needs review
5 months ago 1:56pm 24 June 2024 - π§πͺBelgium herved
Ok, it seems metatag gets the [node:summary] token which increments the recursion counter. I guess that makes sense.
MR opened, and static composer patch attached. - π§πͺBelgium herved
Whoops, I made a silly mistake with the logger... disregard patch #5.
Also fixing pre-existing cspell and phpcs issues in EntityView.php. - πΊπΈUnited States loze Los Angeles
I was experiencing a similar issue that only started happening after Drupal 10.3.0 where a ctools node block was not being rendered on the same page as the full node view.
This patch seems to fix that for me. Thanks!
- πΊπΈUnited States john.oltman
Patch #6 worked for me. Raised issue to Major since it will affect any site using the popular Diff module. Without the patch, the render of the second revision in the Diff comparison fails since the same node is rendered twice in a single page view. This makes it look like the second revision deleted all the content.