I need to be able to filter on the status column on the node_revision table. It would be nice if this would be possible in the default views install. I just copied the info for the node status field.

CommentFileSizeAuthor
views-node-revision-status.patch1017 bytesJax
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Triggering the testbot.

dawehner’s picture

Status: Needs review » Needs work
+++ b/modules/node.views.incundefined
@@ -559,6 +559,27 @@ function node_views_data() {
+    'help' => t('Whether or not the content is published.'),

What about whether or not the node revision is published? It makes the actual thing a bit cleaner.