Replies: 1 comment 3 replies
-
Yeah, full BelongsToMany relation manager support is on the roadmap. |
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.
-
Lets use your demo app as an example of this feature.
When creating a new Order, you want to attach products to it.
Today you can only create a new Product, which will often not be the case. Typically all products are already created and an existing product should be able to searched and attached to the order model.
Beta Was this translation helpful? Give feedback.
All reactions