IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

"_id" being appended to diaNode even when diaNode null #66

Closed jacob-swanson closed 10 years ago

JoshuaJClark commented 10 years ago

what field is this attached to? id? or is this not a model issue?

eugene-davis commented 10 years ago

This is a problem with the associativeArrayManager library. It is currently captured in a TODO, basically everything needs to be wrapped in an if statement to see if it is null when add tag is doing its thing.

eugene-davis commented 10 years ago

This appears to resolve the issue here, but may have made the issue mentioned in issue #69 appear more often.