biolab-unige / xtens-app

A digital repository for biomedical data based on a flexible JSON data model ( The project has been moved to a new address https://github.com/xtens-suite/xtens-app.git )
http://www.xtens.org
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Datatype Graph infinite loop with loop association #20

Closed gicaz closed 7 years ago

gicaz commented 8 years ago

should correct recursive query in xtens-pg module, to retrive right number links without loop. node_modules/xtens-pg/lib/other/recursiveQueries.js

Also D3 package not support loop node, have to cancel loop nodes in links array. assets/js/modules/DataType.js

gicaz commented 8 years ago

How to handle node loop in Front-end