mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
2d16d69ddb
This is a data structure change, but makes ChangeSetItems less likely to break on /dev/build where a ClassName changes
22 lines
352 B
YAML
22 lines
352 B
YAML
ChangeSetTest_Base:
|
|
base:
|
|
Foo: 1
|
|
ChangeSetTest_End:
|
|
end1:
|
|
Baz: 1
|
|
end2:
|
|
Baz: 2
|
|
ChangeSetTest_EndChild:
|
|
endchild1:
|
|
Baz: 3
|
|
Qux: 3
|
|
ChangeSetTest_Mid:
|
|
mid1:
|
|
Bar: 1
|
|
Base: =>ChangeSetTest_Base.base
|
|
End: =>ChangeSetTest_End.end1
|
|
mid2:
|
|
Bar: 2
|
|
Base: =>ChangeSetTest_Base.base
|
|
End: =>ChangeSetTest_End.end2
|