To reproduce:
- Create an event.
- Invite several users: a, b, c.
- Remove some of them: b, c.
- View the event in a list view ("Upcoming Events").
Expected:
- See "Attending: a" (or nothing, if A has not accepted).
Actual:
- See "Attending: a, b, c".
Presumably:
- This is probably showing removed/declined invites, but should not.
- This should either only show accepted invites, or use language like "Invited:" instead of "Attending:" if it shows invited and attending users.
Original Report
The query shows:
(screenshot of a lot of users listed in list view)
But the state of the event is:
(screenshot of event detail with only some of those users actually attending)
Note that the attendees were removed.
(Also I'd expect the query to only show people who have accepted the invite, not all of the people on the invite list)