IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

Links and subDFDNodes are not displayed for DFD #51

Closed eugene-davis closed 10 years ago

eugene-davis commented 10 years ago

Could be either in the Response object or the data model itself

eugene-davis commented 10 years ago

May be related to issue #52

eugene-davis commented 10 years ago

Corrected. Loading from database had bugs that would prevent disconnected subDFDNodes from working, and something else was bugging out when fetching results from link. Replaced fetch/while loop combo with fetchAll which resolved the linkList issue.