forked from extern/egroupware
* Mail: Fix contextmenu does not popup for brocken folder tree
This commit is contained in:
parent
17a735634c
commit
ca52de5c36
@ -1492,7 +1492,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
var inbox = _senders[0].id.split('::')[0]+'::INBOX';
|
var inbox = _senders[0].id.split('::')[0]+'::INBOX';
|
||||||
var node = ftree ? ftree.getNode(inbox) : null;
|
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