dtolabs / yana2

Yet Another Node Authority ... because you wanted an agile Real-Time Service Model (RTSM)
8 stars 1 forks source link

No duplicates with childnodes/childnodetype #26

Closed orubel closed 12 years ago

orubel commented 12 years ago

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.