silverstripe-framework/tests/model/UnsavedRelationListTest.yml
Simon Welsh bbc4443af7 NEW: Allows setting of has_many and many_many relations before writing
Adds a new wrapper list, UnsavedRelationList, that maintains the relations until
writing, where it is converted into the correct RelationList.
2012-11-28 09:37:08 +13:00

8 lines
123 B
YAML

UnsavedRelationListTest_DataObject:
ObjectA:
Name: A
ObjectB:
Name: B
ObjectC:
Name: C