You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: