silverstripe-itemsetfield icon indicating copy to clipboard operation
silverstripe-itemsetfield copied to clipboard

Support editing a many_many on a has_one object in parent form

Open jthomerson opened this issue 14 years ago • 0 comments

If you have the following model:

  • Parent has_one Child named Child
  • Child many_many OtherThing named OtherThings

and you want to edit the Child<-many_many->OtherThing relationship in your Parent edit form, you can now do so by passing $this (parent) as the owner and "Child.OtherThings" as the name of the field.

jthomerson avatar Feb 10 '12 13:02 jthomerson