Create new associated models in a nested form #973
Unanswered
iainbeeston
asked this question in
Help
Replies: 2 comments 2 replies
-
Hey @iainbeeston. At the moment it isn't possible using Avo's DSL. You could create a custom field and model it with the Hole inputs you need, submit that one and handle the Hole creation on your end, but that's probably not what you're looking for. This feature was requested before. It's not the easiest thing to implement in a way that benefits everybody in the same Avo way. I'll add it to the roadmap for better visibility. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I posted this guide that shows an initial iteration on how nested records on create screen can be right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to create a new associated object from within the form of the parent? For example, if Bucket has many Holes, is there a way to create new Holes from the form for creating Buckets? Or do you have to create a Bucket, then create Holes one by one and attach them to the Bucket?
I'm not sure if this should be feature request or not, perhaps the feature already exists but I can't see it in the documentation, or perhaps it doesn't but there is a workaround?
Beta Was this translation helpful? Give feedback.
All reactions