You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace Member.all with TomSelect for meeting organisers
- Add organisers field to TomSelect initialization with remove_button plugin
- Pre-populate existing organisers on edit form using options_for_select
- Add remove_from_tom_select test helper for multi-select interaction
- Update tests for TomSelect interaction (add/remove organisers)
- Exclude meeting_organisers from Chosen.js initialization
Reuses /admin/members/search endpoint from PR #2562.
Fixes performance issue loading 28k+ members on every page load.
0 commit comments