Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2007 at 13:56 UTC
Updated:
21 Sep 2008 at 01:42 UTC
Similar to http://drupal.org/node/177829 reported for core, hook_nodeapi 'view' and 'alter' stages are not called for nodes in list view and table view. This introduces some inconsistencies between different view types, e.g. between teaser list and list/table views.
Actually I dont know if this is for purpose (ie. performance) or was simply overlooked ... bug or feature?
Comments
Comment #1
sunThis happens intentionally, because we save us a node_load() for each list/row item and are passing the contents to the appropriate field formatters instead.