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.

CommentFileSizeAuthor
#1 355152_signup_user_views.patch897 bytesdww

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new897 bytes
dww’s picture

Status: Needs review » Fixed

Committed this to HEAD and DRUPAL-6--1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

wishbone’s picture

Status: Closed (fixed) » Active

I 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!

dww’s picture

Status: Active » Closed (fixed)

@wishbone: If you're still interested, please open that as a separate feature request.