mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Call the vacation notice refresh for the active profile when the mail app gets loaded
This commit is contained in:
parent
5a534307ff
commit
e4ea46f1f1
@ -168,6 +168,8 @@ app.classes.mail = AppJS.extend(
|
||||
tree_wdg.set_onopenstart(jQuery.proxy(this.openstart_tree, this));
|
||||
tree_wdg.set_onopenend(jQuery.proxy(this.openend_tree, this));
|
||||
}
|
||||
// Show vacation notice on load for the current profile
|
||||
this.mail_callRefreshVacationNotice();
|
||||
break;
|
||||
case 'mail.display':
|
||||
this.mail_isMainWindow = false;
|
||||
|
Loading…
Reference in New Issue
Block a user