mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
bbc4443af7
Adds a new wrapper list, UnsavedRelationList, that maintains the relations until writing, where it is converted into the correct RelationList.
8 lines
123 B
YAML
8 lines
123 B
YAML
UnsavedRelationListTest_DataObject:
|
|
ObjectA:
|
|
Name: A
|
|
ObjectB:
|
|
Name: B
|
|
ObjectC:
|
|
Name: C
|