mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
fix bug regarding the missing of all tree actions after leaf deletion
This commit is contained in:
parent
5cbeafec1d
commit
c6164973ae
@ -437,7 +437,8 @@ var et2_tree = et2_inputWidget.extend(
|
|||||||
{
|
{
|
||||||
if(treeObj.children[i].iface && treeObj.children[i].iface.id == _id)
|
if(treeObj.children[i].iface && treeObj.children[i].iface.id == _id)
|
||||||
{
|
{
|
||||||
delete treeObj.children[i].iface;
|
delete treeObj.children[i].iface.id;
|
||||||
|
delete treeObj.children[i].iface.node;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user