mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Add compose prefix to window name so we can find all compose windows
This commit is contained in:
parent
b955b1b495
commit
86abbbf443
@ -257,8 +257,7 @@ app.mail = AppJS.extend(
|
||||
settings.from = _action.id;
|
||||
}
|
||||
|
||||
var window_name = settings.from + '_' + settings.id;
|
||||
|
||||
var window_name = 'compose_' + (settings.from || '') + '_' + settings.id;
|
||||
egw().open('','mail','add',settings,window_name);
|
||||
return true;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user