It seems that the default theme should display the node teaser in some views (table, extended calendar):

$output .= '<div class="content">'. check_markup($node->teaser) .'</div></div>'."\n";

However $node->teaser is empty, even though the node has teaser information.

Is it because the full node information is not loaded for the theming? How to solve this issue?

Comments

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.