Handling removals in "manual" many-to-many associations #11196
Unanswered
pontus-mp
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hola!
I'm having some issues figuring out how to neatly handle many-to-many associations when the join-table is handled as a separate entity. Tiny untested pseudo-code to illustrate:
Now, if one were to add some methods to
Left
to handle the relation one gets into some problems.The only ways I figured out to handle this use-case is to either:
Is there some other, neater way to do this?
Beta Was this translation helpful? Give feedback.
All reactions