mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +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;
|
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);
|
egw().open('','mail','add',settings,window_name);
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user