zskreisz
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
soft delete - identity issue
Thanks, will try that!
4 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
yeah, thanks, this is not a framework issue!
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
Oh, is it related to that? It's my custom code, but I'll switch it off and try saving without it, and if it is causing the error I'll handle it.
Tl;dr, I have a generic versioning implementation.
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
now i could save one price for a user, and it is preloaded with the form on edit, now without modifying anything, upon trying to save the form, I get:
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
yeah, that helped, thanks.
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
to something like: %{"_target" => ["form", "name"], "form" =>
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
as the pattern changed
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
I believe, the function:
is not good now
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
now I have a validation issue:
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
I couldn't figure that direct_control, or append_and_remove could have been an issue
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
but it didn't work at first, and tried to patch, and patch, and patch
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
not just plain AI
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
yeah, no, I first tried to go with the documentations
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
so if i simply do this:
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
yeah, kinda relying too much on ai...
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
@impl true
def update(assigns, socket) do
{:ok,
socket
|> assign(assigns)
|> assign_form()
|> assign_select_options()
}
end
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
I don't really get what you mean, where do I have to add this?
51 replies
AEAsh Elixir
•Created by zskreisz on 5/4/2025 in #support
nested form issue
I also added the render function's <.input_for ... if that is what you mean
51 replies