02-06-2020, 07:19 PM
I think I found it ... for some reason, the function that is looking for relationships skips over all of the items that have a path attribute when there is no path specified in the function. That is why episode_in_asset is working. I think it is trying to find an item with no path. Adding an entry with no path makes it work:
<connect from="testovy/asset_in_asset" to="testovy/asset" relationship="code" from_col="parent_asset_code" to_col="code" type="many_to_many"/>
Does this work?
<connect from="testovy/asset_in_asset" to="testovy/asset" relationship="code" from_col="parent_asset_code" to_col="code" type="many_to_many"/>
Does this work?