move a child note to empty note, make child note don't display
Description
after confirm from 2.1 below issue report by is in zk7. because i separate it to new issue I will make a zk page to confirm this issue from zk or idempiere.
During testing I discovered next bug... 1. Go to Account Element > Tab Element Value 2. Create 'Parent' node (summary level) 3. Create two child nodes (child 1 and child 2) - summary level false Note: Parent has to be empty, without childs 4. Move child 1 into Parent > Child is in DB assigned, but not displayed in left tree panel 5. Move child 2 into Parent > Child 2 is displayed in tree 6. Go to parent tab Account Element and return back to Account Element Value sub tab 7. Now you will see parent 1 with Child 1 and Child 2 So bug appears when parent is empty and first moved child into parent is not displayed.
I add patch for change from summary. about rename i can't redo it. when i change name, node is update.
Tomáš Švikruha February 9, 2015 at 11:07 AM
My use case is: 1. Create summary L1 2. Create non summary L2 3. Create non summary L3 4. Move L2 into L1 5. Make L2 summary 6. Move L3 into L2 > L3 is not displayed under L2
I also noticed that renaming record will not rename node > try to change name of some records..
Hiep Lq February 9, 2015 at 10:50 AM
other issue: 1. create summary node "level 1" 2. create summary node "level 2" 3. move node "level 2" into "level 1" => ok 4. move a non-summary node into "level 2" => ok 5. create a summary node. non-summary node auto move to this node.
after confirm from 2.1 below issue report by is in zk7.
because i separate it to new issue
I will make a zk page to confirm this issue from zk or idempiere.
During testing I discovered next bug...
1. Go to Account Element > Tab Element Value
2. Create 'Parent' node (summary level)
3. Create two child nodes (child 1 and child 2) - summary level false
Note: Parent has to be empty, without childs
4. Move child 1 into Parent > Child is in DB assigned, but not displayed in left tree panel
5. Move child 2 into Parent > Child 2 is displayed in tree
6. Go to parent tab Account Element and return back to Account Element Value sub tab
7. Now you will see parent 1 with Child 1 and Child 2
So bug appears when parent is empty and first moved child into parent is not displayed.