Jon Frisby
Jon Frisby
Lovely. Chances are something major changed in how assembly loading is managed along the way. I'll try to take a look at this this weekend, but can't make any promises....
That does sound right, but given the overall disappointing performance of this code, and the fact that Substance supports rendering SVGs, this code isn't under active maintenance anymore so I'm...
This is true. Unfortunately, I'm not in a position to make the major architectural changes needed to make it faster.
@adrianthedev Doing some digging into the code, here's what I've discovered. When deciding on the link to the record, the determination of whether to link to a child resource is...
It looks like the edit/show buttons _are_ using the association "field" to determine whether to link to the child resource. So, they obey `link_to_child_resource` on the `field` defining the association....
@adrianthedev It seems to me -- and I of course could be _wildly_ misunderstanding things -- that basically in `parent_or_child_resource`, you need to change the logic when `field.present? && field.is_a?(Avo::Fields::IdField)...
@adrianthedev Ok. So. This is... more or less Doing The Thing in my testing. I'm 100% sure that it's not the right way to look up the field object though,...
@Paul-Bob Sorry for the delay! Will take a look now!
@Paul-Bob This does indeed appear fixed! TY!