gdbassett / moirai

1 stars 1 forks source link

Validation Module needs to change edge source/targets to dbIDs #25

Closed gdbassett closed 11 years ago

gdbassett commented 11 years ago

When the validation module updates a node, it needs to propagate the nodeDbId to edges.

This means taking the nodeOriginId and saving it as a originSourceid or originTargetId property in the AE. Then, the source/target should be replaced with the corresponding nodeDbId.

This ensures the edge is correctly linked since the nodes are processed first.

gdbassett commented 11 years ago

Fixed. Also requires new rule added to DCES