-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BelongsToMany #3
Comments
@timcv Thanks for you interest in Nova Inline Relationship. We definitely have plans to include
We have to investigate how it will affect the inline nature of things. Our aim is not to replicate what is already present in Nova, but to add new ways to make it easier for users to manage child models with parents. So, If it felt too similar to what Nova is already providing with the non-inline version of a relationship then we might come up with something different. |
It would be very cool if such support appears! and not only select the existing one, but also write fields to the pivot table |
@dormadekhin that is the plan. These relationships are next in line. We are looking into finding the most intuitive ways to add these fields and pivot data inline. |
Would love to see this too 👍🏻 |
This issue duplicates #26 which is on our roadmap. Let's continue the discussion on that issue! |
Hi,
Would it be possible to support BelongsToMany relationships?
And also add a button for selecting existing objects?
//Tim
The text was updated successfully, but these errors were encountered: