The grouping of field collections doesn't appear to be working correctly.
Fields:
- Item
- Sub-item
- Sub-sub-item
Relationships:
- Sub-item with Sub-sub-item
What's displaying:
With Delta 2:
1. Item 1
1.1
1.2
1.2.1
1.2.2
With Delta All
1. Item 1
1.1
1.2
1.1.1
1. Item 1
1.1
1.2
1.2.1
1.2.2
It appears it doesn't know that 1.1.1 belongs under 1.1. Can it be since t was typed in after everything else was? Without the relationship the sub-sub-item doesn't appear.
Thanks