I have created the following relationship in skipper and am having trouble getting the annotations of the Entity in user to point to the Entity in Trade.
My User module has a one to many relationship to my Trade module. Now when the annotations are exported, the Users TradeItem annotation attempts to link to TradeItem in the Users folder, like so:
The path is set as: TradeItem rather than: Trade\Entity\TradeItem
I know to get the correct mapping to the TradeItem entity I need to update something in the property editor... I am just not sure which one.
Please advise!