Needs review
Project:
RSVP
Version:
6.x-2.0-rc3
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 00:55 UTC
Updated:
27 Jan 2011 at 00:55 UTC
Hi guys,
I just noticed that the description for the "RSVP: Current user invited"-filter in Views says:
"This allows you to filter by whether or not the logged in user has been invited to an event."
However the generated MySQL is:
(rsvp_invite.uid = ***CURRENT_USER***)
So it should say something like
"This allows you to get only the responses the logged-in user has made."
Now that I think of it, it could also be, that the filter isn't working as intended. Then you'd would have to check if the current-user-ID shows up in ANY datasets with the same RSVP-ID.
-IhseeS