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
I really like the new Has-Many/Belongs-to interface in Locomotive 2 -- especially the "+ Add New Entry" link that lets you create a new content entry on the spot.
I'm wondering of it's possible to add the this functionality to a "Many-to-Many" relationship?
For example:
The "Sport" model has a many-to-many relationship with "Athlete" model. (A sport has many athletes, and an athlete can play many sports).
If I were adding an entry to "Sport", say Tennis, I may want to add some previous Athletes I've already put in ("Jane Doe", "Bob Smith"), but also create a new Athlete, that would automatically add to its "Inverse" list "Tennis".
The text was updated successfully, but these errors were encountered:
I really like the new Has-Many/Belongs-to interface in Locomotive 2 -- especially the "+ Add New Entry" link that lets you create a new content entry on the spot.
I'm wondering of it's possible to add the this functionality to a "Many-to-Many" relationship?
For example:
The "Sport" model has a many-to-many relationship with "Athlete" model. (A sport has many athletes, and an athlete can play many sports).
If I were adding an entry to "Sport", say Tennis, I may want to add some previous Athletes I've already put in ("Jane Doe", "Bob Smith"), but also create a new Athlete, that would automatically add to its "Inverse" list "Tennis".
The text was updated successfully, but these errors were encountered: