Probably should have created the issue and posted this first, but it had been bugging me that the node title wasn't printing out in teaser views. Turned out to be very simple, but I may have solved this the wrong way. When it's not a page view, the tag was in there to print the title like so: {{ title }} - but returned nothing. I changed it to {{ node.title }} and it works as it should. I've just committed that back to the sandbox - apologies if that was out of order!

Comments

jenlampton’s picture

Status: Needs review » Fixed

I like your solution, but the problem, I think, is that title was renamed to label at some point in recent history so our new node preprocessor is out of sync with what core is doing.

Let's leave your solution for now in the sandbox, since we have a patch against core for node already. The for-real changes will eventually make it back into the sandbox.

Marking as fixed for now - since at least the sandbox is working :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 1750250)