View Issue Details

IDProjectCategoryView StatusLast Update
0003012SymmetricDS ProBugpublic2017-03-14 12:10
Reportermmichalek Assigned Tommichalek  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.0 
Target Version3.8.18Fixed in Version3.8.18 
Summary0003012: Node panel may not show hierarchy properly
DescriptionDepending on the lexicographical order of the nodes, the hierarchy of the nodes may not show properly. For example, given a "root" node and "alaska" node (which is a child of "root", as determined by sym_node.created_at_node_id), the list would show "alaska" first and then "root" with an expansion arrow but no children.

This like would show as such:
------------------
Alaska
> root

The expected list is:
------------------
> root
     Alaska


The issue appears to be that that "root" was being assigned children before it had been added to the list. The fix was to add another pass, so the first pass adds all nodes to the list, and the second pass assigns the parent/child relationships.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-03-13 21:31 mmichalek New Issue
2017-03-13 21:31 mmichalek Status new => assigned
2017-03-13 21:31 mmichalek Assigned To => mmichalek
2017-03-13 21:33 mmichalek Status assigned => resolved
2017-03-13 21:33 mmichalek Resolution open => fixed
2017-03-13 21:33 mmichalek Fixed in Version => 3.8.18
2017-03-13 21:33 mmichalek Status resolved => feedback
2017-03-13 21:33 mmichalek Resolution fixed => reopened
2017-03-13 21:35 mmichalek Description Updated View Revisions
2017-03-13 21:36 mmichalek Status feedback => resolved
2017-03-13 21:36 mmichalek Resolution reopened => fixed
2017-03-14 12:10 chenson Status resolved => closed