You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the an order with a list of orderParts and each order part ref the part it is derived from as the user need to be able to customize the part details for an order. when I run the below function getById I get the order with the list of orderParts but the part is not included on each orderPart.
I am trying to get the an order with a list of orderParts and each order part ref the part it is derived from as the user need to be able to customize the part details for an order. when I run the below function getById I get the order with the list of orderParts but the part is not included on each orderPart.
Is there a way to get sub relations?
My db class
the Order class
the OrderPart class
the Part class
The text was updated successfully, but these errors were encountered: