-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using belongs_to in attach_fields causes error #3248
Comments
This issue has been marked as stale because there was no activity for the past 15 days. |
Do you have a comment on this? I really would love to be able to use a belongs_to field here in order to be able to select a record via a dropdown. |
Hey @rctneil we would merge a PR that adds |
Which resource has that |
This issue has been marked as stale because there was no activity for the past 15 days. |
Describe the bug
When using a
belongs_to
field insideattach_fields
I'm assuming it's because the join table record does not exist at that point? That's my guess anyway!
attach_fields
:Companyable:
Model:
The text was updated successfully, but these errors were encountered: