mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Save the composed mail before it gets sent
This commit is contained in:
parent
262991ac2b
commit
98b9de516d
@ -5299,6 +5299,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
{
|
{
|
||||||
if (this.compose_integrate_submit() && _action) return false;
|
if (this.compose_integrate_submit() && _action) return false;
|
||||||
|
|
||||||
|
if (_action.id == 'send') this.saveAsDraft(null, 'autosaving');
|
||||||
if (this.mailvelope_editor)
|
if (this.mailvelope_editor)
|
||||||
{
|
{
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user