Needs work
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 09:02 UTC
Updated:
30 Aug 2011 at 04:41 UTC
Right now, displaying a view mode in views is limited to using only the node table. It seems to work fine when using the node revision table as well, and it let's you display full content from different revisions of a node which is handy in some cases.mv
This patch just adds the node revision table as one of the table the node row display works on.
| Comment | File | Size | Author |
|---|---|---|---|
| node_revision_display_content.patch | 706 bytes | anon |
Comments
Comment #1
dawehnerI'm not sure how this could work as
This should take care about loading the right node revision.
Comment #2
fabsor commentedSubscribing
Comment #3
anonNot sure we are talking about the same thing here.
We want to be able to use the "full content" row style when the base_table is node_revison.
Comment #4
anonComment #5
dawehnerSo you can to display the full content of a certain node revision, right?
The views_plugin_row_node_view doesn't load a specific revision, but the current revision of each node.
Based on this you will not see the expected result here.