mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 13:20:50 +01:00
Api: Pre-select opened mail dialog if add email address preference is not set
This commit is contained in:
parent
e78b33145e
commit
dffa51e3dd
@ -634,6 +634,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
|
|||||||
case "new":
|
case "new":
|
||||||
c.index = "new";
|
c.index = "new";
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
case "add":
|
case "add":
|
||||||
c.index = 0;
|
c.index = 0;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user