mitgliederverwaltung/test/mv/authorization
Moritz 18ec4bfd16
All checks were successful
continuous-integration/drone/push Build is passing
fix: add missing /custom_field_values/:id page to read_only and normal_user
- Add /custom_field_values/:id to read_only pages (users can view list, should also view details)
- Add /custom_field_values/:id to normal_user pages
- Refactor tests to reduce duplication (use for-comprehension for structure tests)
- Add tests for invalid input types in valid_permission_set?/1
- Update @spec for valid_permission_set?/1 to accept any() type
2026-01-06 22:17:33 +01:00
..
permission_sets_test.exs fix: add missing /custom_field_values/:id page to read_only and normal_user 2026-01-06 22:17:33 +01:00
role_test.exs test: update role tests for is_system_role API change 2026-01-06 19:04:05 +01:00