Refactor column visibility logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-12-02 12:16:02 +01:00
parent dce2053ce7
commit 13f77b5c0a
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
6 changed files with 43 additions and 240 deletions

View file

@ -51,7 +51,7 @@ defmodule MvWeb.MemberLive.IndexMemberFieldsDisplayTest do
{:ok, _} =
Mv.Membership.update_settings(settings, %{
member_field_visibility: Map.new(fields_to_hide, &{&1, false})
member_field_visibility: Map.new(fields_to_hide, &{Atom.to_string(&1), false})
})
conn = conn_with_oidc_user(conn)