Fixed js problem in set new parent (visual console). Ticket2765
This commit is contained in:
parent
22e5809ee7
commit
a1bf9b4c69
|
@ -1829,7 +1829,7 @@ function updateDB_visual(type, idElement , values, event, top, left) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (lines[i]['node_begin'] == idElement) {
|
||||
if (lines[i]['node_end'] == idElement) {
|
||||
found = true;
|
||||
if (values['parent'] == 0) {
|
||||
//Erased the line
|
||||
|
|
Loading…
Reference in New Issue