mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Mail: Fix deleting account did not update tree
This commit is contained in:
parent
3376ed3fc4
commit
1bdf6ca2bb
@ -657,6 +657,8 @@ app.classes.mail = AppJS.extend(
|
||||
var tree = this.et2 ? this.et2.getWidgetById(this.nm_index+'[foldertree]') : null;
|
||||
if (!tree) break;
|
||||
var node = tree.getNode(_id);
|
||||
// Make sure ID is a string, that's what tree uses
|
||||
_id = "" + _id;
|
||||
switch(_type)
|
||||
{
|
||||
case 'delete':
|
||||
|
Loading…
Reference in New Issue
Block a user