Active
Project:
Revision tags
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2007 at 09:57 UTC
Updated:
4 Mar 2010 at 12:54 UTC
In the views code of this module, I read:
// TODO: To be able to see revisions and tags (not just the tag of the current
// revision), we need a join on nid. This probably dictates an alias?
Do you think this can be solved with an alias? I think views cannot handle this. When it would, we would be able to create a node/nid/revisions list, with views, together with the tags. But my feeling says Views is not able to handle the (1 to many) node -> node_revisions relationship, as I recently described here. It would work according to me, if Views could handle 'RIGHT JOINS'.
What do you think about it?
Comments
Comment #1
toemaz commentedNot relevant anymore. There is no need to use a right join. It will perfectly work with the current views functionality.
Comment #2
scafmac commentedCan you expand on this? I can't seem to get this working using the latest version of views for D5. What I would like to do is have a view that can select multiple revisions in one view or a revision other than the latest one.
The TODO comment is still in revisionstags_views.module, but I don't seem to be able to get a view to show multiple revisions or revisions other than the latest one.
Is there an uncommitted version for the D5 branch?
Thanks
Comment #3
franskuipers commentedSorry, i am not supporting version 5.x anymore. Patches are welcome.