mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed a bug with invisible foldernames
This commit is contained in:
parent
0057d92c9c
commit
7d8d220ba8
@ -1945,7 +1945,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
if (!this.et2 && !this.checkET2()) return;
|
if (!this.et2 && !this.checkET2()) return;
|
||||||
const ftree = this.et2.getWidgetById(this.nm_index+'[foldertree]');
|
const ftree = this.et2.getWidgetById(this.nm_index+'[foldertree]');
|
||||||
for (const folderId in _status) {
|
for (const folderId in _status) {
|
||||||
ftree.setLabel(folderId,_status[folderId]["displayName"]);
|
//ftree.setLabel(folderId,_status[folderId]["displayName"]);
|
||||||
// display folder-name bold for unseen mails
|
// display folder-name bold for unseen mails
|
||||||
if(_status[folderId]["unseenCount"])
|
if(_status[folderId]["unseenCount"])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user