Merge pull request 'add public join form' (#466) from feature/308-web-form into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #466
This commit is contained in:
commit
f79c9ac515
26 changed files with 795 additions and 12 deletions
|
|
@ -107,6 +107,9 @@ defmodule MvWeb.MemberLive.Index do
|
|||
{:error, _} -> %{member_field_visibility: %{}}
|
||||
end
|
||||
|
||||
# Ensure nested module is loaded (can be missing after code reload in dev if load order changes)
|
||||
Code.ensure_loaded!(FieldSelection)
|
||||
|
||||
# Load user field selection from session
|
||||
session_selection = FieldSelection.get_from_session(session)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue