Details
Description
When loading the following three content definitions:
- /content/banner
- /content/banner1
- /content/banner2
The expected order of the children in "/content" is "banner, banner1, banner2".
The actual order is "banner1, banner2, banner".
See also attached patch against release/5.0 that contains a test that shows this error.