While working on #352328: Replace (optionally?) node/N/signups/admin with a views bulk operations view? I realized we're not exporting as much data about signup's schema to views as we should. By telling views about how to JOIN on {users} and exposing the relationship to {node} via the nid field, we can have User views, not just Node views.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 355152_signup_user_views.patch | 897 bytes | dww |
Comments
Comment #1
dwwComment #2
dwwCommitted this to HEAD and DRUPAL-6--1.
Comment #4
wishbone commentedI wish I could build a "users" view for D6 like this:
Filter: users who signed up for XYZ event.
Any idea is this is an upcoming feature? Or is there a method of doing it already? I tried the dev version and REALLY appreciate the "users" view additions, but can't seem to make this work.
Thanks for this awesome module! I use it all the time!
Comment #5
dww@wishbone: If you're still interested, please open that as a separate feature request.