Posted by mattis on November 10, 2009 at 11:56pm
Jump to:
| Project: | Signup |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Due to an inner join on the user table, anonymous users are not shown in the admin interface. Anyway, the code to support admin users in the admin interface seems to be in place.
I just changed the two select statements to show anonymous users two and to allow to cancel their signup.
Tested it with two anonymous signed up users.
| Attachment | Size |
|---|---|
| signup_adminlistfix.patch | 1.18 KB |
Comments
#1
I can confirm that this error is occurring AND that the patch supplied fixes the error.
#2
minor suggestion: "LEFT OUTER JOIN" we usually put in Drupal code as just "LEFT JOIN"
#3
Thank you very much for this patch; it worked beautifully!
#4
This bit of code was removed in favor of Views integration in #582986: Make views a required dependency and ditch non-views code, and in my testing anonymous signups show correctly with the Views-powered listing.
#5