mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 02:05:37 +08:00
Previously, the event bulk invite modal defaulted each row to "Not interested" — the internal `unknown` attendance that the backend treated as a "remove invitee" instruction (`destroy_all`) — so sending the default silently un-invited people, and a successful CSV upload never closed the modal. This converts the modal to FormKit, defaults new rows to "Going", drops `unknown` from both the UI and the backend (unrecognized attendances are now skipped and logged), and closes the modal with a success toast after a CSV upload. |
||
|---|---|---|
| .. | ||
| fabricators | ||
| fixtures/csv | ||
| integration | ||
| jobs | ||
| lib | ||
| models | ||
| requests | ||
| serializers | ||
| services | ||
| system | ||