Skip to content
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

Enhancement: Add support for many_many #12

Closed
chrispenny opened this issue Sep 26, 2021 · 0 comments · Fixed by #17
Closed

Enhancement: Add support for many_many #12

chrispenny opened this issue Sep 26, 2021 · 0 comments · Fixed by #17
Labels
enhancement New feature or request

Comments

@chrispenny
Copy link
Member

The mechanism for invalidating keys will all be fine, we just need to update our graph to follow the path for the different many_many definitions.

https://docs.silverstripe.org/en/4/developer_guides/model/relations/#many-many

We already support many_many through if a developer were to simply cares/touches the has_many relationship, but we will need to add support for when that is not the case, and the developer has said they cares/touches the many_many.

@chrispenny chrispenny changed the title Add support for many_many Enhancement: Add support for many_many Sep 26, 2021
@chrispenny chrispenny added the enhancement New feature or request label Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant