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
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.
The text was updated successfully, but these errors were encountered:
chrispenny
changed the title
Add support for many_many
Enhancement: Add support for many_many
Sep 26, 2021
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 simplycares
/touches
thehas_many
relationship, but we will need to add support for when that is not the case, and the developer has said theycares
/touches
themany_many
.The text was updated successfully, but these errors were encountered: