fix: pass actor to CustomFieldLive.FormComponent for save
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
IndexComponent now passes actor to FormComponent; FormComponent uses assigns[:actor] instead of current_actor(socket). Add test that submits new custom field form on settings page.
This commit is contained in:
parent
21dbdbe366
commit
2931632aa8
3 changed files with 44 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ defmodule MvWeb.CustomFieldLive.IndexComponent do
|
|||
<.live_component
|
||||
module={MvWeb.CustomFieldLive.FormComponent}
|
||||
id={@form_id}
|
||||
actor={@actor}
|
||||
custom_field={@editing_custom_field}
|
||||
on_save={
|
||||
fn custom_field, action -> send(self(), {:custom_field_saved, custom_field, action}) end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue