Replies: 1 comment 3 replies
-
Hi @underdpt, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So, I have this relationship: an order line for a product belongs to an order, which has many delivery notes, which have many lines for that product (and this is a morphed relationship).
The key here is that the order line has two keys, the order id and the product id, and later on the relationship chain, I must filter by that product id, but on that point the relationship is a morphed one.
I've been able to get all the lines for the order from the order line, with this:
So, the question is... Can this be done?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions