Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
13 Jan 2009 at 00:26 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dwwAhh, cool, I see aclight had this in his SVN repo already. I just need to port it to the final Views2 API (hook_views_handlers() etc) and we should be mostly done here.
Comment #2
dwwCompletely untested, but the handlers now live where they're supposed to and I added project_release_views_handlers().
Comment #3
dwwNow with project_release_views_api() so it actually works. ;)
Comment #4
dwwAnd now with the correct handler names inside hook_views_data()...
Comment #5
dwwNow with a relationship on {project_release_nodes}.pid that points back to {node} so that you can have a view of release nodes that includes fields/args/filters from the project node.
Comment #6
dwwCommitted this to HEAD. Further improvements/fixes should happen in followup issues.