Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2011 at 16:54 UTC
Updated:
7 Feb 2011 at 00:26 UTC
Comments
Comment #1
merlinofchaos commentedI believe you're supposed to test $node->build_mode not look at the $teaser value.
Comment #2
dboulet commentedThe problem that I was trying to solve was that it is currently not possible to trigger
node_view()with the$teaserargument value being TRUE if the build mode is not 'teaser'.I think I'm just going to let this go, it seems like D6 core was just not conceived to be flexible to allow this type of change and views is just following that.
There's no difficulty in D7 as the node body is now a proper field and its display can be changed in the UI.