need to be making sure that inserts of childnodes don't duplicate existing parent/child relationships; same with childnodetypes. Do this check upon create to make sure we aren't duplicating an existing relationship. Editing is fine as we want to be able to OVERWRITE the relationship but we want to make sure we aren't creating duplicate relationships.
need to be making sure that inserts of childnodes don't duplicate existing parent/child relationships; same with childnodetypes. Do this check upon create to make sure we aren't duplicating an existing relationship. Editing is fine as we want to be able to OVERWRITE the relationship but we want to make sure we aren't creating duplicate relationships.
This can be corrected with a simple check.