Replies: 1 comment
-
Same question here, any idea @tabuna ? thanks :) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Imagine this:
A product order, two models, ProductOrder, ProductLine. One ProductOrder can have n ProductLine(s):
Create a resource for ProductOrder
add the the needed fields in the fields() method and add a Matrix for entering lines
That works fine
but if I then want to edit the 'ProductOrder', how do I then get the Matrix filled withe the ProductLine(s) that is related to the ProductOrder?
Beta Was this translation helpful? Give feedback.
All reactions