You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create schemes with dynamic Choice fields? E.g. I want to render a form where the user is supposed to select from his existing objects. The list of these objects must be retrieved from the database on each request.
Even adding some sort of a callable (similar to defaults) won't help because I need to pass a context for the database query somehow...
The text was updated successfully, but these errors were encountered:
Is there a way to create schemes with dynamic Choice fields? E.g. I want to render a form where the user is supposed to select from his existing objects. The list of these objects must be retrieved from the database on each request.
Even adding some sort of a callable (similar to defaults) won't help because I need to pass a context for the database query somehow...
The text was updated successfully, but these errors were encountered: