Association not working. Is 'property' a reserved name?
I am trying to associate one resource with another. This works well for most resources I have. However there's this one resource called 'Property' that I can' get to associate with any other resource.
If you see this code after submitting a form:
You'll notice I'm submitting
I have:
and
So I can associate accounts and clients, but not properties using the same-ish code. Just wondering if I may need to call my Property resource something else?
The form submit shows there's errors, but does't say what the actual errors are. So wondering if it's kind of an edge case?
If you see this code after submitting a form:
You'll notice I'm submitting
property_id in params. However it is not in the attributes section from the source. Not sure why that is. I have:
and
So I can associate accounts and clients, but not properties using the same-ish code. Just wondering if I may need to call my Property resource something else?
The form submit shows there's errors, but does't say what the actual errors are. So wondering if it's kind of an edge case?
