mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Mail: Fix contextmenu does not popup for brocken folder tree
This commit is contained in:
parent
cfba2eea33
commit
b2a8a2c12c
@ -1585,7 +1585,7 @@ app.classes.mail = AppJS.extend(
|
||||
var inbox = _senders[0].id.split('::')[0]+'::INBOX';
|
||||
var node = ftree ? ftree.getNode(inbox) : null;
|
||||
|
||||
return node && node.data.acl && this.mail_CheckFolderNoSelect(_action,_senders,_currentNode);
|
||||
return node && node.data && node.data.acl && this.mail_CheckFolderNoSelect(_action,_senders,_currentNode);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user