mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix account marked in tree gives only $acc_id not "$acc_id::INBOX"
This commit is contained in:
parent
25f942c431
commit
a86a4bcdc3
@ -411,6 +411,7 @@ app.classes.mail = AppJS.extend(
|
||||
// nm_value.selectedFolder is not always set, read it from foldertree, if not
|
||||
let foldertree = this.et2 ? this.et2.getWidgetById('nm[foldertree]') : null;
|
||||
let displayed_folder = (nm_value ? nm_value.selectedFolder : null) || (foldertree ? foldertree.getValue() : '');
|
||||
if (!displayed_foler.match(/::/)) displayed_folder += '::INBOX';
|
||||
if (folder === displayed_folder)
|
||||
{
|
||||
// Just update the nm
|
||||
|
Loading…
Reference in New Issue
Block a user