mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 05:35:40 +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.
27 B
Vendored
27 B
Vendored
| 1 | bob | going |
|---|---|---|
| 2 | alice | interested |