Calvin Yu
Calvin Yu
@cickes try this: `origin *ENV.fetch('CORS_ORIGINS').split(" ").map(&:strip)`
@dekhaus Are you using the latest version of the gem? There is an issue with Chrome not liking localhost when a wildcard is used for the origin (https://bugs.chromium.org/p/chromium/issues/detail?id=67743), could that...
Any progress on this issue? The documentation seems to imply that this should work: https://docs.avohq.io/3.0/associations.html#link-to-child-resource-when-using-sti
I did look into this a bit, and the issue seems to be how `IndexComponent` checks `field_linked_to_child_resource?` on the ID field when it should be checking on the `has_many` field.
@adrianthedev I can give it a shot, but I need some guidance on how to navigate to the parent has_many field in that scenario.
@adrianthedev It works from the People index view; where it doesn't work is from a child view. For example, if you add to Person `has_many :parents, class_name: "Person"`, and then...
@adrianthedev https://github.com/cyu/avo-test
@gabrielgiroe1 What version of Avo 3 is this in? My repro example was done in Avo 3.7.4 Please re-review this issue and the example repro project. I don't believe this...