dtolabs / yana2

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

ChildNode create API not constrained by NodeTypeRelationship #118

Closed ahonor closed 12 years ago

ahonor commented 12 years ago

To reproduce:

The above should cause an error.

ahonor commented 12 years ago

See also #117

orubel commented 12 years ago

Ok, upon create should be checking NodeTypeRelationship to see what nodes it can have as parent/child and FAIL if those nodes aren't within acceptable relatonship parameters. Gotcha

orubel commented 12 years ago

Issue also affects UI as well. Fixing for both.