Sangres
AEAsh Elixir
•Created by Sangres on 1/18/2024 in #support
error with keyset pagination and random sort
As the title says i'm trying to define an action that should list my posts in a random sort while using the keyset pagination.
This is the action that im calling
I know that the problem is not the list_preparation that i'm calling.
The following problem is when i put the last two rows together
8 replies
AEAsh Elixir
•Created by Sangres on 9/4/2023 in #support
set action argument in form
I have two resources: User and Account
I'm creating an AshFrom and use that to create an User. On submit, just before creating the User i need to create an account and pass it as argument to the action used in the
for_create
of the form.
Unfortunately i can't manage to find a way to set the argument in the form before it calls the action16 replies