I noticed there's no validation when making links between records, and this can lead to invalid data.
For example, I can set category 1 to be a parent of category 2, and category 2 to be a parent of category 3, and category 3 to be a parent of category 1. You then have a circular references in something that is supposed to be a hierarchy.
I noticed there's no validation when making links between records, and this can lead to invalid data.
For example, I can set category 1 to be a parent of category 2, and category 2 to be a parent of category 3, and category 3 to be a parent of category 1. You then have a circular references in something that is supposed to be a hierarchy.