DiscourseDB / discoursedb-browser

Web interface to DiscourseDB's REST api
Apache License 2.0
3 stars 0 forks source link

DiscoursePart tree bad behavior if parent and child have the same type #9

Open cbogart opened 6 years ago

cbogart commented 6 years ago

If there are discourseParts A and B of type T, and A is a parent of B, they're both listed initially in the tree view under type T. But then when you open A, B moves into A's subtree. This may require a change on the server to make this nesting information easier to render.