mitgliederverwaltung/lib
Moritz bdd2e6e103
All checks were successful
continuous-integration/drone/push Build is passing
Fix: Don't cache nil in default_role_id to prevent bootstrap issues
- Only cache non-nil role_id values to allow retry after role creation
- Prevents processes from being permanently stuck with nil if first call
  happens before the 'Mitglied' role exists
- Update documentation to explain bootstrap safety mechanism
2026-01-25 17:11:05 +01:00
..
accounts Fix: Don't cache nil in default_role_id to prevent bootstrap issues 2026-01-25 17:11:05 +01:00
membership Remove NoActor module, improve Member validation, update docs 2026-01-24 11:59:18 +01:00
membership_fees Use authorize?: false for integrity checks in validations 2026-01-24 02:21:09 +01:00
mv Fix HasPermission check to handle nil member_id gracefully 2026-01-24 19:15:46 +01:00
mv_web chore: increase test timeout and cleanup unused code 2026-01-25 13:42:54 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Centralize role preloading in global LiveView on_mount 2026-01-22 21:36:15 +01:00