Yet if you use node_revision title and use "link to node" it does not respect the version at all, it simply links to the live version.
So we need to provide our own title field which links to the revision.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views-node_revision_link.patch | 3.12 KB | dawehner |
Comments
Comment #1
eugenmayer commentedComment #2
eugenmayer commentedWithout this feature views integration are pretty useless, so this is rather a bug then a feature.
Comment #3
dawehnerYou can do this sure without an extra handler, but i think this is a missing feature for views
Comment #4
dawehnerSo here is a patch
Comment #5
eugenmayer commentedThank you a lot Daniel! This makes the views integration pretty useable!
Well, i guess the node.views patch wont get into the node.module for 6.x anymore. Do we have any chances to hack arround that people do not have to hack core?
Comment #6
eugenmayer commentedI guess your first suggestion is creating a view by "coding", right? So the only way to accomplish it without patching core (yet) is providing a hardcoded view?
Are there other options Daniel? Sorry that iam not able to investigate to much here, this is far beyond my "views" knowledge yet (though i hope to catch you up someday :) )
Comment #7
dawehner@eugenmayer
Views creates a abstract API for building lists of content. Additional it implements the views api for the core modules. I think you will make a /facepalm:)
Thats not a hardcoded views.
Comment #8
eugenmayer commentedTested in a fresh Drupal 6.15 with views / content_moderation and it worked flawlessly.
Thank you Daniel!
Comment #9
eugenmayer commentedComment #10
merlinofchaos commentedCommitted to 2.x and 3.x -- does not apply to 7.x, needs to be ported.
Comment #11
eugenmayer commentedThanks Daniel and merlinofchaos
Comment #12
dawehnerand commited.