Hi there,
I have an Item type that servers as a cotainer. It has only a single field of type Item List pointing to another item. When I add my container item to a paragraph and save my changes, I get two records in the container table instead of 1. For exampe, I get this:
1 | 10,11,12,13,14,15,16,17,18,19,20,201,202,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,4,40,41,42,43,44,45,46,47,48,49,5,50,51,52,53,54,55,56,57,58,59,6,60,61,62,63,64,65,66,7,8 | 0 | |
2 | 10,11,12,13,14,15,16,17,18,19,20,201,202,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,4,40,41,42,43,44,45,46,47,48,49,5,50,51,52,53,54,55,56,57,58,59,6,60,61,62,63,64,65,66,7,8 | 0 |
Is this a bug or is there a design reason for the duplication of data?
Imar